]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: target/mips: Move four tests to a better location
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 6 Jun 2019 16:27:17 +0000 (18:27 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 7 Jun 2019 09:53:07 +0000 (11:53 +0200)
commitb7c6798220b6a9106a1028ea858acb3332db56d9
treeef09c0af4ef1157f09fb4c1517a1919f9eda6cbb
parent99d423e576a8c5fcdb602e863d0be203494b2801
tests/tcg: target/mips: Move four tests to a better location

Move tests for <MUL|MULR>_Q.<H|B> from "integer multiply" directory
to "fixed-point multiply" directory, since they do not operate on
integers, but on fixed point numbers.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1559838440-9866-8-git-send-email-aleksandar.markovic@rt-rk.com>
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_h.c [deleted file]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_w.c [deleted file]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_h.c [deleted file]
tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_w.c [deleted file]