]> Git Repo - qemu.git/commit
target/mips: Add tests for a variety of MSA integer divide instructions
authorMateja Marjanovic <[email protected]>
Thu, 7 Mar 2019 13:22:06 +0000 (14:22 +0100)
committerAleksandar Markovic <[email protected]>
Mon, 11 Mar 2019 11:45:36 +0000 (12:45 +0100)
commit72f463bc0803b74cabf0655df1ef4b749ef8dbbd
treee4602dbbb5d423abf25eee2baed79feb28a21c92
parent1be82d89011e0e3bde6c8446365b132bacf9dcb3
target/mips: Add tests for a variety of MSA integer divide instructions

Add tests for a variety of MSA integer divide 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-divide/test_msa_div_s_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_w.c [new file with mode: 0644]
This page took 0.026942 seconds and 4 git commands to generate.