tests/tcg: target/mips: Amend tests for MSA int dot product instructions
commitc0a19f7bf1f8ecb2bd971353cadae8d3a47eabf5
authorAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 26 Jun 2019 10:07:04 +0000 (26 12:07 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 26 Jun 2019 11:25:28 +0000 (26 13:25 +0200)
tree647c03cf0a59df07faf63165725e8befa83cf645
parent3d9569b85503ecffc8c5ed999367cb6f072dbf90
tests/tcg: target/mips: Amend tests for MSA int dot product instructions

Add tests for instructions whose result depends on the value in destination
register (prior to instruction execution).

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1561543629-20327-4-git-send-email-aleksandar.markovic@rt-rk.com>
15 files changed:
tests/tcg/mips/include/wrappers_msa.h
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/test_msa_compile.sh
tests/tcg/mips/user/ase/msa/test_msa_run.sh