diff options
| author | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-06-06 18:27:17 +0200 |
|---|---|---|
| committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-06-07 11:53:07 +0200 |
| commit | b7c6798220b6a9106a1028ea858acb3332db56d9 (patch) | |
| tree | ef09c0af4ef1157f09fb4c1517a1919f9eda6cbb | |
| parent | 99d423e576a8c5fcdb602e863d0be203494b2801 (diff) | |
| download | focaccia-qemu-b7c6798220b6a9106a1028ea858acb3332db56d9.tar.gz focaccia-qemu-b7c6798220b6a9106a1028ea858acb3332db56d9.zip | |
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>
| -rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_h.c (renamed from tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_h.c) | 0 | ||||
| -rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_w.c (renamed from tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_w.c) | 0 | ||||
| -rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_h.c (renamed from tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_h.c) | 0 | ||||
| -rw-r--r-- | tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_w.c (renamed from tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_w.c) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_h.c b/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_h.c index 55cf7b4d86..55cf7b4d86 100644 --- a/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_h.c +++ b/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_h.c diff --git a/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_w.c b/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_w.c index 4b21d0651c..4b21d0651c 100644 --- a/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mul_q_w.c +++ b/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_w.c diff --git a/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_h.c b/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_h.c index 835105074f..835105074f 100644 --- a/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_h.c +++ b/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_h.c diff --git a/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_w.c b/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_w.c index 9e31adaf1b..9e31adaf1b 100644 --- a/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulr_q_w.c +++ b/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_w.c |