target/mips: Add tests for a variety of MSA integer multiply instructions
commit4b302ce90db3da90ff96f8cc5d9440fbb5e47b46
authorMateja Marjanovic <Mateja.Marjanovic@rt-rk.com>
Thu, 7 Mar 2019 13:22:08 +0000 (7 14:22 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 11 Mar 2019 11:45:36 +0000 (11 12:45 +0100)
treec1271d514d67abdfd0953253f2b75563ebeabd74
parenta8f91dd9fd04a66bfdf1ef24eca0c0f9ac9b99a5
target/mips: Add tests for a variety of MSA integer multiply instructions

Add tests for a variety of MSA integer multiply instructions.

Signed-off-by: Mateja Marjanovic <mateja.marjanovic@rt-rk.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <1551964929-17845-5-git-send-email-mateja.marjanovic@rt-rk.com>
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_w.c [new file with mode: 0644]