]> Git Repo - qemu.git/commit
target/mips: Add tests for a variety of MSA integer multiply instructions
authorMateja Marjanovic <[email protected]>
Thu, 7 Mar 2019 13:22:08 +0000 (14:22 +0100)
committerAleksandar Markovic <[email protected]>
Mon, 11 Mar 2019 11:45:36 +0000 (12:45 +0100)
commit4b302ce90db3da90ff96f8cc5d9440fbb5e47b46
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 <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
Reviewed-by: Aleksandar Markovic <[email protected]>
Message-Id: <1551964929[email protected]>
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]
This page took 0.028151 seconds and 4 git commands to generate.