]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: target/mips: Add tests for MSA bit move instructions
authorAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 26 Jun 2019 10:07:02 +0000 (12:07 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 26 Jun 2019 11:25:17 +0000 (13:25 +0200)
commit666952ea7c12c4c44282a3b00b817509008df215
treea7740c48f3e61c1aeedccd4f6d433c0f0000ca0b
parenta9e2d149d638b69d456b48dcc41d15e80bce20ac
tests/tcg: target/mips: Add tests for MSA bit move instructions

Add tests for MSA bit move instructions.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1561543629-20327-2-git-send-email-aleksandar.markovic@rt-rk.com>
14 files changed:
tests/tcg/mips/include/wrappers_msa.h
tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_bmnz_v.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_bmz_v.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-move/test_msa_bsel_v.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