]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/tests: target/mips: Amend MSA fixed point multiply tests
authorAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 2 Jul 2019 11:50:07 +0000 (13:50 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 2 Jul 2019 12:20:11 +0000 (14:20 +0200)
commit4cd013cd6ef0302d7403a6777902be7dfd54bd52
treeb95b7484b2e5bc8634999c6f0a6b937699a00cab
parent7ce6defdbf5898a2780ac77c45930480c18095e4
tcg/tests: target/mips: Amend MSA fixed point multiply tests

Amend MSA fixed point multiply tests: add tests for MADD_Q.H, MADD_Q.W,
MADDR_Q.H, MADDR_Q.W, MSUB_Q.H, MSUB_Q.W, MSUBR_Q.H and MSUBR_Q.W.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1562068213-11307-2-git-send-email-aleksandar.markovic@rt-rk.com>
17 files changed:
tests/tcg/mips/include/wrappers_msa.h
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/test_msa_compile_32r6eb.sh
tests/tcg/mips/user/ase/msa/test_msa_compile_32r6el.sh
tests/tcg/mips/user/ase/msa/test_msa_compile_64r6eb.sh
tests/tcg/mips/user/ase/msa/test_msa_compile_64r6el.sh
tests/tcg/mips/user/ase/msa/test_msa_run_32r6eb.sh
tests/tcg/mips/user/ase/msa/test_msa_run_32r6el.sh
tests/tcg/mips/user/ase/msa/test_msa_run_64r6eb.sh
tests/tcg/mips/user/ase/msa/test_msa_run_64r6el.sh