tests: Add a test for FP loads and stores
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 1 Jul 2020 08:03:19 +0000 (18:03 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 3 Sep 2020 05:15:45 +0000 (15:15 +1000)
commitbcac4b9b2fafe976eb4d2ce2d022cc0cbb33c5de
treed919abef78ae8df7c575f33b915950f3262d7232
parent45cd8f4fc375185544309ffd16d73a7dc5ce1dce
tests: Add a test for FP loads and stores

This tests that floating-point unavailable exceptions occur as expected
on FP loads and stores, and that the simple FP loads and stores appear
to give reasonable results.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
tests/fpu/Makefile [new file with mode: 0644]
tests/fpu/fpu.c [new file with mode: 0644]
tests/fpu/head.S [new file with mode: 0644]
tests/fpu/powerpc.lds [new file with mode: 0644]
tests/test_fpu.bin [new file with mode: 0755]
tests/test_fpu.console_out [new file with mode: 0644]
tests/update_console_tests