OSDN Git Service

target/mips: tests/tcg: Fix target configurations for MSA tests
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 19 Aug 2019 12:08:16 +0000 (14:08 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 19 Aug 2019 17:53:37 +0000 (19:53 +0200)
commit6eed53f71b33c3716e5d94eba506e4706d8dace8
treec88a2dff08140a5cc44c10ade6a5b57458ea7300
parentd7059fd7375be449aed2f3cd6adf7ae14dbfefbd
target/mips: tests/tcg: Fix target configurations for MSA tests

At this moment, the only MIPS CPUs that are emulated in QEMU and
support MSA extension are R5600 (mips32r5), and I6400/I6500 (mips64r6).
Therefore, mips32r5 and mips64r6 are the only ISAs that could support
MSA in QEMU. This means mips32r6 currently do not make much sense, and
mips32r5 support for MSA tests is needed, which is done by this patch.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1566216496-17375-38-git-send-email-aleksandar.markovic@rt-rk.com>
tests/tcg/mips/user/ase/msa/test_msa_compile_32r5eb.sh [new file with mode: 0755]
tests/tcg/mips/user/ase/msa/test_msa_compile_32r5el.sh [new file with mode: 0755]
tests/tcg/mips/user/ase/msa/test_msa_compile_32r6eb.sh [deleted file]
tests/tcg/mips/user/ase/msa/test_msa_compile_32r6el.sh [deleted file]
tests/tcg/mips/user/ase/msa/test_msa_run_32r5eb.sh [new file with mode: 0755]
tests/tcg/mips/user/ase/msa/test_msa_run_32r5el.sh [new file with mode: 0755]
tests/tcg/mips/user/ase/msa/test_msa_run_32r6eb.sh [deleted file]
tests/tcg/mips/user/ase/msa/test_msa_run_32r6el.sh [deleted file]