tests/tcg/arm: add fcvt test cases for AArch32/64
commit8ec8a55e3fc9769c9904ba0dea81414784a6d527
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 13 Apr 2018 16:08:26 +0000 (13 17:08 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20 20:22 +0100)
tree59e88b265c093b1c0e9912e025a441d4689bcaec
parent29e0436e3d86f750bed6ab2ff3132aeabb72c92a
tests/tcg/arm: add fcvt test cases for AArch32/64

This runs through the usual float to float conversions and crucially
also runs with ARM Alternative Half Precision Format.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/tcg/aarch64/Makefile.target [new file with mode: 0644]
tests/tcg/aarch64/fcvt.ref [new file with mode: 0644]
tests/tcg/arm/Makefile.target
tests/tcg/arm/fcvt.c [new file with mode: 0644]
tests/tcg/arm/fcvt.ref [new file with mode: 0644]