xref: /qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_64r6el.sh (revision 89a09189e0dc2cd7bdfcc64f44ff893263de6f6c)
188e34ac0SAleksandar Markovic
288e34ac0SAleksandar Markovic#
388e34ac0SAleksandar Markovic# Bit Count
488e34ac0SAleksandar Markovic# ---------
588e34ac0SAleksandar Markovic#
688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_nloc_b.c          \
75258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nloc_b_64r6el
888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_nloc_h.c          \
95258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nloc_h_64r6el
1088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_nloc_w.c          \
115258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nloc_w_64r6el
1288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_nloc_d.c          \
135258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nloc_d_64r6el
1488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_nlzc_b.c          \
155258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nlzc_b_64r6el
1688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_nlzc_h.c          \
175258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nlzc_h_64r6el
1888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_nlzc_w.c          \
195258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nlzc_w_64r6el
2088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_nlzc_d.c          \
215258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nlzc_d_64r6el
2288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_pcnt_b.c          \
235258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pcnt_b_64r6el
2488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_pcnt_h.c          \
255258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pcnt_h_64r6el
2688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_pcnt_w.c          \
275258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pcnt_w_64r6el
2888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc       bit-count/test_msa_pcnt_d.c          \
295258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pcnt_d_64r6el
3088e34ac0SAleksandar Markovic
3188e34ac0SAleksandar Markovic#
3288e34ac0SAleksandar Markovic# Bit move
3388e34ac0SAleksandar Markovic# --------
3488e34ac0SAleksandar Markovic#
35666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_binsl_b.c        \
365258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_binsl_b_64r6el
37666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_binsl_h.c        \
385258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_binsl_h_64r6el
39666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_binsl_w.c        \
405258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_binsl_w_64r6el
41666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_binsl_d.c        \
425258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_binsl_d_64r6el
43666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_binsr_b.c        \
445258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_binsr_b_64r6el
45666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_binsr_h.c        \
465258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_binsr_h_64r6el
47666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_binsr_w.c        \
485258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_binsr_w_64r6el
49666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_binsr_d.c        \
505258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_binsr_d_64r6el
51666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_bmnz_v.c         \
525258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_bmnz_v_64r6el
53666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_bmz_v.c          \
545258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_bmz_v_64r6el
55666952eaSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-move/test_msa_bsel_v.c         \
565258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_bsel_v_64r6el
5788e34ac0SAleksandar Markovic
5888e34ac0SAleksandar Markovic#
5988e34ac0SAleksandar Markovic# Bit Set
6088e34ac0SAleksandar Markovic# -------
6188e34ac0SAleksandar Markovic#
6288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bclr_b.c          \
635258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bclr_b_64r6el
6488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bclr_h.c          \
655258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bclr_h_64r6el
6688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bclr_w.c          \
675258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bclr_w_64r6el
6888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bclr_d.c          \
695258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bclr_d_64r6el
7088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bneg_b.c          \
715258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bneg_b_64r6el
7288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bneg_h.c          \
735258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bneg_h_64r6el
7488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bneg_w.c          \
755258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bneg_w_64r6el
7688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bneg_d.c          \
775258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bneg_d_64r6el
7888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bset_b.c          \
795258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bset_b_64r6el
8088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bset_h.c          \
815258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bset_h_64r6el
8288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bset_w.c          \
835258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bset_w_64r6el
8488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         bit-set/test_msa_bset_d.c          \
855258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_bset_d_64r6el
8688e34ac0SAleksandar Markovic
8788e34ac0SAleksandar Markovic#
8888e34ac0SAleksandar Markovic# Fixed Multiply
8988e34ac0SAleksandar Markovic# --------------
9088e34ac0SAleksandar Markovic#
914cd013cdSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_madd_q_h.c        \
924cd013cdSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_madd_q_h_64r6el
934cd013cdSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_madd_q_w.c        \
944cd013cdSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_madd_q_w_64r6el
954cd013cdSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_maddr_q_h.c       \
964cd013cdSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_maddr_q_h_64r6el
974cd013cdSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_maddr_q_w.c       \
984cd013cdSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_maddr_q_w_64r6el
994cd013cdSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_msub_q_h.c        \
1004cd013cdSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_msub_q_h_64r6el
1014cd013cdSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_msub_q_w.c        \
1024cd013cdSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_msub_q_w_64r6el
1034cd013cdSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_msubr_q_h.c       \
1044cd013cdSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_msubr_q_h_64r6el
1054cd013cdSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_msubr_q_w.c       \
1064cd013cdSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_msubr_q_w_64r6el
10788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_mul_q_h.c         \
1085258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mul_q_h_64r6el
10988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_mul_q_w.c         \
1105258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mul_q_w_64r6el
11188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_mulr_q_h.c        \
1125258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mulr_q_h_64r6el
11388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc  fixed-multiply/test_msa_mulr_q_w.c        \
1145258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mulr_q_w_64r6el
11588e34ac0SAleksandar Markovic
11688e34ac0SAleksandar Markovic#
11788e34ac0SAleksandar Markovic# Float Max Min
11888e34ac0SAleksandar Markovic# -------------
11988e34ac0SAleksandar Markovic#
12088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc   float-max-min/test_msa_fmax_a_w.c        \
1215258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_fmax_a_w_64r6el
12288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc   float-max-min/test_msa_fmax_a_d.c        \
1235258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_fmax_a_d_64r6el
12488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc   float-max-min/test_msa_fmax_w.c          \
1255258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_fmax_w_64r6el
12688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc   float-max-min/test_msa_fmax_d.c          \
1275258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_fmax_d_64r6el
12888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc   float-max-min/test_msa_fmin_a_w.c        \
1295258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_fmin_a_w_64r6el
13088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc   float-max-min/test_msa_fmin_a_d.c        \
1315258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_fmin_a_d_64r6el
13288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc   float-max-min/test_msa_fmin_w.c          \
1335258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_fmin_w_64r6el
13488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc   float-max-min/test_msa_fmin_d.c          \
1355258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_fmin_d_64r6el
13688e34ac0SAleksandar Markovic
13788e34ac0SAleksandar Markovic#
13888e34ac0SAleksandar Markovic# Int Add
13988e34ac0SAleksandar Markovic# -------
14088e34ac0SAleksandar Markovic#
14188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_add_a_b.c         \
1425258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_add_a_b_64r6el
14388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_add_a_h.c         \
1445258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_add_a_h_64r6el
14588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_add_a_w.c         \
1465258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_add_a_w_64r6el
14788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_add_a_d.c         \
1485258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_add_a_d_64r6el
14988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_a_b.c        \
1505258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_a_b_64r6el
15188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_a_h.c        \
1525258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_a_h_64r6el
15388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_a_w.c        \
1545258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_a_w_64r6el
15588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_a_d.c        \
1565258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_a_d_64r6el
15788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_s_b.c        \
1585258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_s_b_64r6el
15988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_s_h.c        \
1605258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_s_h_64r6el
16188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_s_w.c        \
1625258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_s_w_64r6el
16388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_s_d.c        \
1645258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_s_d_64r6el
16588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_u_b.c        \
1665258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_u_b_64r6el
16788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_u_h.c        \
1685258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_u_h_64r6el
16988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_u_w.c        \
1705258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_u_w_64r6el
17188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_adds_u_d.c        \
1725258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_adds_u_d_64r6el
17388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_addv_b.c          \
1745258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_addv_b_64r6el
17588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_addv_h.c          \
1765258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_addv_h_64r6el
17788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_addv_w.c          \
1785258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_addv_w_64r6el
17988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_addv_d.c          \
1805258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_addv_d_64r6el
18188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_hadd_s_h.c        \
1825258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hadd_s_h_64r6el
18388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_hadd_s_w.c        \
1845258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hadd_s_w_64r6el
18588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_hadd_s_d.c        \
1865258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hadd_s_d_64r6el
18788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_hadd_u_h.c        \
1885258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hadd_u_h_64r6el
18988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_hadd_u_w.c        \
1905258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hadd_u_w_64r6el
19188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc         int-add/test_msa_hadd_u_d.c        \
1925258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hadd_u_d_64r6el
19388e34ac0SAleksandar Markovic
19488e34ac0SAleksandar Markovic#
19588e34ac0SAleksandar Markovic# Int Average
19688e34ac0SAleksandar Markovic# -----------
19788e34ac0SAleksandar Markovic#
19888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_ave_s_b.c         \
1995258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ave_s_b_64r6el
20088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_ave_s_h.c         \
2015258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ave_s_h_64r6el
20288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_ave_s_w.c         \
2035258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ave_s_w_64r6el
20488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_ave_s_d.c         \
2055258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ave_s_d_64r6el
20688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_ave_u_b.c         \
2075258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ave_u_b_64r6el
20888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_ave_u_h.c         \
2095258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ave_u_h_64r6el
21088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_ave_u_w.c         \
2115258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ave_u_w_64r6el
21288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_ave_u_d.c         \
2135258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ave_u_d_64r6el
21488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_aver_s_b.c        \
2155258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_aver_s_b_64r6el
21688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_aver_s_h.c        \
2175258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_aver_s_h_64r6el
21888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_aver_s_w.c        \
2195258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_aver_s_w_64r6el
22088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_aver_s_d.c        \
2215258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_aver_s_d_64r6el
22288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_aver_u_b.c        \
2235258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_aver_u_b_64r6el
22488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_aver_u_h.c        \
2255258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_aver_u_h_64r6el
22688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_aver_u_w.c        \
2275258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_aver_u_w_64r6el
22888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-average/test_msa_aver_u_d.c        \
2295258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_aver_u_d_64r6el
23088e34ac0SAleksandar Markovic
23188e34ac0SAleksandar Markovic#
23288e34ac0SAleksandar Markovic# Int Compare
23388e34ac0SAleksandar Markovic# -----------
23488e34ac0SAleksandar Markovic#
23588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_ceq_b.c           \
2365258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ceq_b_64r6el
23788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_ceq_h.c           \
2385258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ceq_h_64r6el
23988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_ceq_w.c           \
2405258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ceq_w_64r6el
24188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_ceq_d.c           \
2425258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ceq_d_64r6el
24388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_cle_s_b.c         \
2445258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_cle_s_b_64r6el
24588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_cle_s_h.c         \
2465258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_cle_s_h_64r6el
24788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_cle_s_w.c         \
2485258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_cle_s_w_64r6el
24988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_cle_s_d.c         \
2505258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_cle_s_d_64r6el
25188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_cle_u_b.c         \
2525258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_cle_u_b_64r6el
25388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_cle_u_h.c         \
2545258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_cle_u_h_64r6el
25588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_cle_u_w.c         \
2565258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_cle_u_w_64r6el
25788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_cle_u_d.c         \
2585258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_cle_u_d_64r6el
25988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_clt_s_b.c         \
2605258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_clt_s_b_64r6el
26188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_clt_s_h.c         \
2625258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_clt_s_h_64r6el
26388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_clt_s_w.c         \
2645258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_clt_s_w_64r6el
26588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_clt_s_d.c         \
2665258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_clt_s_d_64r6el
26788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_clt_u_b.c         \
2685258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_clt_u_b_64r6el
26988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_clt_u_h.c         \
2705258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_clt_u_h_64r6el
27188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_clt_u_w.c         \
2725258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_clt_u_w_64r6el
27388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-compare/test_msa_clt_u_d.c         \
2745258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_clt_u_d_64r6el
27588e34ac0SAleksandar Markovic
27688e34ac0SAleksandar Markovic#
27788e34ac0SAleksandar Markovic# Int Divide
27888e34ac0SAleksandar Markovic# ----------
27988e34ac0SAleksandar Markovic#
28088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-divide/test_msa_div_s_b.c         \
2815258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_div_s_b_64r6el
28288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-divide/test_msa_div_s_h.c         \
2835258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_div_s_h_64r6el
28488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-divide/test_msa_div_s_w.c         \
2855258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_div_s_w_64r6el
28688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-divide/test_msa_div_s_d.c         \
2875258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_div_s_d_64r6el
28888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-divide/test_msa_div_u_b.c         \
2895258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_div_u_b_64r6el
29088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-divide/test_msa_div_u_h.c         \
2915258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_div_u_h_64r6el
29288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-divide/test_msa_div_u_w.c         \
2935258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_div_u_w_64r6el
29488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-divide/test_msa_div_u_d.c         \
2955258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_div_u_d_64r6el
29688e34ac0SAleksandar Markovic
29788e34ac0SAleksandar Markovic#
29888e34ac0SAleksandar Markovic# Int Dot Product
29988e34ac0SAleksandar Markovic# ---------------
30088e34ac0SAleksandar Markovic#
30188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c        \
3025258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dotp_s_h_64r6el
30388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c        \
3045258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dotp_s_w_64r6el
30588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c        \
3065258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dotp_s_d_64r6el
30788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c        \
3085258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dotp_u_h_64r6el
30988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c        \
3105258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dotp_u_w_64r6el
31188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c        \
3125258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dotp_u_d_64r6el
313c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c       \
3145258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpadd_s_h_64r6el
315c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c       \
3165258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpadd_s_w_64r6el
317c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c       \
3185258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpadd_s_d_64r6el
319c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_u_h.c       \
3205258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpadd_u_h_64r6el
321c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_u_w.c       \
3225258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpadd_u_w_64r6el
323c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_u_d.c       \
3245258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpadd_u_d_64r6el
325c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpsub_s_h.c       \
3265258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpsub_s_h_64r6el
327c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpsub_s_w.c       \
3285258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpsub_s_w_64r6el
329c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpsub_s_d.c       \
3305258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpsub_s_d_64r6el
331c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpsub_u_h.c       \
3325258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpsub_u_h_64r6el
333c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpsub_u_w.c       \
3345258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpsub_u_w_64r6el
335c0a19f7bSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpsub_u_d.c       \
3365258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_dpsub_u_d_64r6el
33788e34ac0SAleksandar Markovic
33888e34ac0SAleksandar Markovic#
33988e34ac0SAleksandar Markovic# Int Max Min
34088e34ac0SAleksandar Markovic# -----------
34188e34ac0SAleksandar Markovic#
34288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_a_b.c         \
3435258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_a_b_64r6el
34488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_a_h.c         \
3455258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_a_h_64r6el
34688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_a_w.c         \
3475258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_a_w_64r6el
34888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_a_d.c         \
3495258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_a_d_64r6el
35088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_s_b.c         \
3515258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_s_b_64r6el
35288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_s_h.c         \
3535258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_s_h_64r6el
35488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_s_w.c         \
3555258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_s_w_64r6el
35688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_s_d.c         \
3575258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_s_d_64r6el
35888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_u_b.c         \
3595258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_u_b_64r6el
36088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_u_h.c         \
3615258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_u_h_64r6el
36288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_u_w.c         \
3635258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_u_w_64r6el
36488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_max_u_d.c         \
3655258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_max_u_d_64r6el
36688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_a_b.c         \
3675258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_a_b_64r6el
36888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_a_h.c         \
3695258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_a_h_64r6el
37088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_a_w.c         \
3715258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_a_w_64r6el
37288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_a_d.c         \
3735258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_a_d_64r6el
37488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_s_b.c         \
3755258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_s_b_64r6el
37688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_s_h.c         \
3775258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_s_h_64r6el
37888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_s_w.c         \
3795258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_s_w_64r6el
38088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_s_d.c         \
3815258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_s_d_64r6el
38288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_u_b.c         \
3835258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_u_b_64r6el
38488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_u_h.c         \
3855258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_u_h_64r6el
38688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_u_w.c         \
3875258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_u_w_64r6el
38888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc     int-max-min/test_msa_min_u_d.c         \
3895258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_min_u_d_64r6el
39088e34ac0SAleksandar Markovic
39188e34ac0SAleksandar Markovic#
39288e34ac0SAleksandar Markovic# Int Modulo
39388e34ac0SAleksandar Markovic# ----------
39488e34ac0SAleksandar Markovic#
39588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-modulo/test_msa_mod_s_b.c         \
3965258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mod_s_b_64r6el
39788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-modulo/test_msa_mod_s_h.c         \
3985258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mod_s_h_64r6el
39988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-modulo/test_msa_mod_s_w.c         \
4005258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mod_s_w_64r6el
40188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-modulo/test_msa_mod_s_d.c         \
4025258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mod_s_d_64r6el
40388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-modulo/test_msa_mod_u_b.c         \
4045258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mod_u_b_64r6el
40588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-modulo/test_msa_mod_u_h.c         \
4065258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mod_u_h_64r6el
40788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-modulo/test_msa_mod_u_w.c         \
4085258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mod_u_w_64r6el
40988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      int-modulo/test_msa_mod_u_d.c         \
4105258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mod_u_d_64r6el
41188e34ac0SAleksandar Markovic
41288e34ac0SAleksandar Markovic#
41388e34ac0SAleksandar Markovic# Int Multiply
41488e34ac0SAleksandar Markovic# ------------
41588e34ac0SAleksandar Markovic#
4160b1450ccSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_maddv_b.c         \
4175258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_maddv_b_64r6el
4180b1450ccSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_maddv_h.c         \
4195258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_maddv_h_64r6el
4200b1450ccSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_maddv_w.c         \
4215258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_maddv_w_64r6el
4220b1450ccSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_maddv_d.c         \
4235258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_maddv_d_64r6el
4240b1450ccSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_msubv_b.c         \
4255258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_msubv_b_64r6el
4260b1450ccSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_msubv_h.c         \
4275258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_msubv_h_64r6el
4280b1450ccSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_msubv_w.c         \
4295258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_msubv_w_64r6el
4300b1450ccSAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_msubv_d.c         \
4315258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_msubv_d_64r6el
43288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_mulv_b.c          \
4335258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mulv_b_64r6el
43488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_mulv_h.c          \
4355258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mulv_h_64r6el
43688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_mulv_w.c          \
4375258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mulv_w_64r6el
43888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-multiply/test_msa_mulv_d.c          \
4395258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_mulv_d_64r6el
44088e34ac0SAleksandar Markovic
44188e34ac0SAleksandar Markovic#
44288e34ac0SAleksandar Markovic# Int Subtract
44388e34ac0SAleksandar Markovic# ------------
44488e34ac0SAleksandar Markovic#
44588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_asub_s_b.c        \
4465258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_asub_s_b_64r6el
44788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_asub_s_h.c        \
4485258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_asub_s_h_64r6el
44988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_asub_s_w.c        \
4505258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_asub_s_w_64r6el
45188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_asub_s_d.c        \
4525258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_asub_s_d_64r6el
45388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_asub_u_b.c        \
4545258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_asub_u_b_64r6el
45588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_asub_u_h.c        \
4565258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_asub_u_h_64r6el
45788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_asub_u_w.c        \
4585258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_asub_u_w_64r6el
45988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_asub_u_d.c        \
4605258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_asub_u_d_64r6el
46188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_hsub_s_h.c        \
4625258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hsub_s_h_64r6el
46388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_hsub_s_w.c        \
4645258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hsub_s_w_64r6el
46588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_hsub_s_d.c        \
4665258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hsub_s_d_64r6el
46788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_hsub_u_h.c        \
4685258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hsub_u_h_64r6el
46988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_hsub_u_w.c        \
4705258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hsub_u_w_64r6el
47188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_hsub_u_d.c        \
4725258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_hsub_u_d_64r6el
47388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subs_s_b.c        \
4745258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subs_s_b_64r6el
47588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subs_s_h.c        \
4765258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subs_s_h_64r6el
47788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subs_s_w.c        \
4785258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subs_s_w_64r6el
47988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subs_s_d.c        \
4805258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subs_s_d_64r6el
48188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subs_u_b.c        \
4825258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subs_u_b_64r6el
48388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subs_u_h.c        \
4845258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subs_u_h_64r6el
48588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subs_u_w.c        \
4865258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subs_u_w_64r6el
48788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subs_u_d.c        \
4885258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subs_u_d_64r6el
48988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subsus_u_b.c      \
4905258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subsus_u_b_64r6el
49188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subsus_u_h.c      \
4925258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subsus_u_h_64r6el
49388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subsus_u_w.c      \
4945258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subsus_u_w_64r6el
49588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subsus_u_d.c      \
4965258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subsus_u_d_64r6el
497*89a09189SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subsuu_s_b.c      \
498*89a09189SAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subsuu_s_b_64r6el
499*89a09189SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subsuu_s_h.c      \
500*89a09189SAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subsuu_s_h_64r6el
501*89a09189SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subsuu_s_w.c      \
502*89a09189SAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subsuu_s_w_64r6el
503*89a09189SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subsuu_s_d.c      \
504*89a09189SAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subsuu_s_d_64r6el
50588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subv_b.c          \
5065258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subv_b_64r6el
50788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subv_h.c          \
5085258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subv_h_64r6el
50988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subv_w.c          \
5105258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subv_w_64r6el
51188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc    int-subtract/test_msa_subv_d.c          \
5125258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_subv_d_64r6el
51388e34ac0SAleksandar Markovic
51488e34ac0SAleksandar Markovic#
51588e34ac0SAleksandar Markovic# Interleave
51688e34ac0SAleksandar Markovic# ----------
51788e34ac0SAleksandar Markovic#
51888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvev_b.c         \
5195258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvev_b_64r6el
52088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvev_h.c         \
5215258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvev_h_64r6el
52288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvev_w.c         \
5235258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvev_w_64r6el
52488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvev_d.c         \
5255258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvev_d_64r6el
52688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvod_b.c         \
5275258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvod_b_64r6el
52888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvod_h.c         \
5295258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvod_h_64r6el
53088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvod_w.c         \
5315258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvod_w_64r6el
53288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvod_d.c         \
5335258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvod_d_64r6el
53488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvl_b.c          \
5355258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvl_b_64r6el
53688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvl_h.c          \
5375258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvl_h_64r6el
53888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvl_w.c          \
5395258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvl_w_64r6el
54088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvl_d.c          \
5415258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvl_d_64r6el
54288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvr_b.c          \
5435258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvr_b_64r6el
54488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvr_h.c          \
5455258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvr_h_64r6el
54688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvr_w.c          \
5475258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvr_w_64r6el
54888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc      interleave/test_msa_ilvr_d.c          \
5495258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_ilvr_d_64r6el
55088e34ac0SAleksandar Markovic
55188e34ac0SAleksandar Markovic#
55288e34ac0SAleksandar Markovic# Logic
55388e34ac0SAleksandar Markovic# -----
55488e34ac0SAleksandar Markovic#
55588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc           logic/test_msa_and_v.c           \
5565258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_and_v_64r6el
55788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc           logic/test_msa_nor_v.c           \
5585258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_nor_v_64r6el
55988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc           logic/test_msa_or_v.c            \
5605258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_or_v_64r6el
56188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc           logic/test_msa_xor_v.c           \
5625258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_xor_v_64r6el
56388e34ac0SAleksandar Markovic
56488e34ac0SAleksandar Markovic#
5653d9569b8SAleksandar Markovic# Move
5663d9569b8SAleksandar Markovic# ----
5673d9569b8SAleksandar Markovic#
5683d9569b8SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            move/test_msa_move_v.c          \
5695258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_move_v_64r6el
5703d9569b8SAleksandar Markovic
5713d9569b8SAleksandar Markovic#
57288e34ac0SAleksandar Markovic# Pack
57388e34ac0SAleksandar Markovic# ----
57488e34ac0SAleksandar Markovic#
57588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_pckev_b.c         \
5765258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pckev_b_64r6el
57788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_pckev_h.c         \
5785258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pckev_h_64r6el
57988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_pckev_w.c         \
5805258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pckev_w_64r6el
58188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_pckev_d.c         \
5825258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pckev_d_64r6el
58388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_pckod_b.c         \
5845258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pckod_b_64r6el
58588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_pckod_h.c         \
5865258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pckod_h_64r6el
58788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_pckod_w.c         \
5885258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pckod_w_64r6el
58988e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_pckod_d.c         \
5905258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_pckod_d_64r6el
59188e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_vshf_b.c          \
5925258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_vshf_b_64r6el
59388e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_vshf_h.c          \
5945258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_vshf_h_64r6el
59588e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_vshf_w.c          \
5965258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_vshf_w_64r6el
59788e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            pack/test_msa_vshf_d.c          \
5985258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o  /tmp/test_msa_vshf_d_64r6el
59988e34ac0SAleksandar Markovic
60088e34ac0SAleksandar Markovic#
60188e34ac0SAleksandar Markovic# Shift
60288e34ac0SAleksandar Markovic# -----
60388e34ac0SAleksandar Markovic#
60488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_sll_b.c          \
6055258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_sll_b_64r6el
60688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_sll_h.c          \
6075258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_sll_h_64r6el
60888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_sll_w.c          \
6095258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_sll_w_64r6el
61088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_sll_d.c          \
6115258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_sll_d_64r6el
61288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_sra_b.c          \
6135258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_sra_b_64r6el
61488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_sra_h.c          \
6155258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_sra_h_64r6el
61688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_sra_w.c          \
6175258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_sra_w_64r6el
61888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_sra_d.c          \
6195258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_sra_d_64r6el
62088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srar_b.c         \
6215258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srar_b_64r6el
62288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srar_h.c         \
6235258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srar_h_64r6el
62488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srar_w.c         \
6255258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srar_w_64r6el
62688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srar_d.c         \
6275258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srar_d_64r6el
62888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srl_b.c          \
6295258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srl_b_64r6el
63088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srl_h.c          \
6315258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srl_h_64r6el
63288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srl_w.c          \
6335258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srl_w_64r6el
63488e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srl_d.c          \
6355258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srl_d_64r6el
63688e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srlr_b.c         \
6375258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srlr_b_64r6el
63888e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srlr_h.c         \
6395258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srlr_h_64r6el
64088e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srlr_w.c         \
6415258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srlr_w_64r6el
64288e34ac0SAleksandar Markovic/opt/img/bin/mips-img-linux-gnu-gcc            shift/test_msa_srlr_d.c         \
6435258822fSAleksandar Markovic-EL -static -mabi=64 -march=mips64r6 -mmsa -o   /tmp/test_msa_srlr_d_64r6el
644