qemu-e2k/tests/tcg/mips
Aleksandar Markovic 6eed53f71b 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>
2019-08-19 19:53:37 +02:00
..
include target/mips: tests/tcg: Add optional printing of more detailed failure info 2019-08-19 19:53:37 +02:00
user target/mips: tests/tcg: Fix target configurations for MSA tests 2019-08-19 19:53:37 +02:00
Makefile.include tests/tcg: enable building for mips64 2018-06-20 20:22:34 +01:00
Makefile.target tests/tcg/mips: fix hello-mips compilation 2019-03-12 17:05:21 +00:00
README tests/tcg: move MIPS specific tests into subdir 2018-06-20 20:22:34 +01:00
hello-mips.c tests/tcg/mips: fix hello-mips compilation 2019-03-12 17:05:21 +00:00

README

MIPS
====

hello-mips
----------

A very simple inline assembly, write syscall based hello world