OSDN Git Service

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)
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 [moved from tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_h.c with 100% similarity]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_w.c [moved from tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_w.c with 100% similarity]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_h.c [moved from tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_h.c with 100% similarity]
tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_w.c [moved from tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_w.c with 100% similarity]