qemu/tests/tcg/arm
Richard Henderson 2f93ff3113 tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrc
Clang 14 generates

/home/rth/qemu/src/tests/tcg/arm/fcvt.c:431:9: error: invalid operand for instruction
    asm("mrc p10, 7, r1, cr1, cr0, 0\n\t"
        ^
<inline asm>:1:6: note: instantiated into assembly here
        mrc p10, 7, r1, cr1, cr0, 0
            ^
/home/rth/qemu/src/tests/tcg/arm/fcvt.c:432:32: error: invalid operand for instruction
        "orr r1, r1, %[flags]\n\t"
                               ^
<inline asm>:3:6: note: instantiated into assembly here
        mcr p10, 7, r1, cr1, cr0, 0
            ^

This is perhaps a clang bug, but using the neon mnemonic is clearer.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20240630190050.160642-14-richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240705084047.857176-19-alex.bennee@linaro.org>
2024-07-05 12:34:35 +01:00
..
system tests/tcg: enable semiconsole test for Arm 2023-11-23 14:10:06 +00:00
commpage.c tests/tcg: add simple commpage test case 2020-06-08 17:04:19 +01:00
fcvt.c tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrc 2024-07-05 12:34:35 +01:00
fcvt.ref tests/tcg/arm: Fix fcvt result messages 2024-07-05 12:34:18 +01:00
float_convd.ref tests/tcg: add float_convd test 2022-04-20 16:04:20 +01:00
float_convs.ref tests/tcg: add generic version of float_convs 2019-09-26 19:00:53 +01:00
float_madds.ref tests/tcg: add float_madds test to multiarch 2019-09-26 19:00:53 +01:00
hello-arm.c avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
Makefile.softmmu-target tests/tcg/arm: Drop -N from LDFLAGS 2024-07-05 12:34:24 +01:00
Makefile.target tests/tcg/arm: Use -march and -mfpu for fcvt 2024-07-05 12:34:32 +01:00
pcalign-a32.c tests/tcg: Add arm and aarch64 pc alignment tests 2021-12-15 10:35:26 +00:00
README tests/tcg: move ARM specific tests into subdir 2018-06-20 20:22:34 +01:00
semicall.h tests/tcg: update licenses to GPLv2 as intended 2024-02-28 09:09:04 +00:00
test-arm-iwmmxt.S tests/tcg/arm: fix up test-arm-iwmmxt test 2018-06-20 20:22:34 +01:00

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