summaryrefslogtreecommitdiffstats
path: root/tests/tcg/mips/user/ase/msa/test_msa_compile.sh
diff options
context:
space:
mode:
authorAleksandar Markovic2019-06-26 12:07:05 +0200
committerAleksandar Markovic2019-06-26 13:25:33 +0200
commit0b1450cce8d2c1b73a08ed4484db1bda7d389af8 (patch)
treea5daa43f7f9fe6071ab4e03cecd5053321874b26 /tests/tcg/mips/user/ase/msa/test_msa_compile.sh
parenttests/tcg: target/mips: Amend tests for MSA int dot product instructions (diff)
downloadqemu-0b1450cce8d2c1b73a08ed4484db1bda7d389af8.tar.gz
qemu-0b1450cce8d2c1b73a08ed4484db1bda7d389af8.tar.xz
qemu-0b1450cce8d2c1b73a08ed4484db1bda7d389af8.zip
tests/tcg: target/mips: Amend tests for MSA int multiply instructions
Amend tests for MSA int multiply instructions. Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Message-Id: <1561543629-20327-5-git-send-email-aleksandar.markovic@rt-rk.com>
Diffstat (limited to 'tests/tcg/mips/user/ase/msa/test_msa_compile.sh')
-rwxr-xr-xtests/tcg/mips/user/ase/msa/test_msa_compile.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/tcg/mips/user/ase/msa/test_msa_compile.sh b/tests/tcg/mips/user/ase/msa/test_msa_compile.sh
index 16920e8fa8..d45ee4bb06 100755
--- a/tests/tcg/mips/user/ase/msa/test_msa_compile.sh
+++ b/tests/tcg/mips/user/ase/msa/test_msa_compile.sh
@@ -397,6 +397,22 @@
# Int Multiply
# ------------
#
+/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_maddv_b.c \
+-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_maddv_b
+/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_maddv_h.c \
+-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_maddv_h
+/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_maddv_w.c \
+-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_maddv_w
+/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_maddv_d.c \
+-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_maddv_d
+/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_msubv_b.c \
+-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_msubv_b
+/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_msubv_h.c \
+-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_msubv_h
+/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_msubv_w.c \
+-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_msubv_w
+/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_msubv_d.c \
+-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_msubv_d
/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_mulv_b.c \
-EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_mulv_b
/opt/img/bin/mips-img-linux-gnu-gcc int-multiply/test_msa_mulv_h.c \