qemu-e2k/tests/tcg/arm
Stefan Hajnoczi 647aee9ba2 tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test
Test that 32-bit instructions declared UNDEFINED in the ARMv6-M
Reference Manual really do raise an exception.  Also test that the 6
32-bit instructions defined in the ARMv6-M Reference Manual do not raise
an exception.

Based-on: <20181029194519.15628-1-stefanha@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20181129185113.30353-1-stefanha@redhat.com>
[AJB: integrated into system tests]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-03-12 17:05:21 +00:00
..
Makefile.include tests/tcg: enable building for ARM 2018-06-20 20:22:34 +01:00
Makefile.softmmu-target tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 2019-03-12 17:05:21 +00:00
Makefile.target tests/tcg: add run, diff, and skip helper macros 2018-06-20 20:22:34 +01:00
README
fcvt.c tests/tcg/arm: add fcvt test cases for AArch32/64 2018-06-20 20:22:34 +01:00
fcvt.ref tests/tcg/arm: add fcvt test cases for AArch32/64 2018-06-20 20:22:34 +01:00
hello-arm.c avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
test-arm-iwmmxt.S tests/tcg/arm: fix up test-arm-iwmmxt test 2018-06-20 20:22:34 +01:00
test-armv6m-undef.S tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 2019-03-12 17:05:21 +00:00
test-armv6m-undef.ld tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 2019-03-12 17:05:21 +00:00

README

These are ARM specific guest programs

hello-arm
---------

A very simple inline assembly, write syscall based hello world

test-arm-iwmmxt
---------------

A simple test case for older iwmmxt extended ARMs