]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Add tests for a variety of MSA integer dot product instructions
authorMateja Marjanovic <Mateja.Marjanovic@rt-rk.com>
Thu, 7 Mar 2019 13:22:07 +0000 (14:22 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 11 Mar 2019 11:45:36 +0000 (12:45 +0100)
commita8f91dd9fd04a66bfdf1ef24eca0c0f9ac9b99a5
tree0f3e53c0cc7f6ffb52e9e8132c529d437f639a55
parent72f463bc0803b74cabf0655df1ef4b749ef8dbbd
target/mips: Add tests for a variety of MSA integer dot product instructions

Add tests for a variety of MSA integer dot product 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-4-git-send-email-mateja.marjanovic@rt-rk.com>
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_w.c [new file with mode: 0644]