tests/tcg: add generic version of float_convs
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Sep 2019 13:50:56 +0000 (14:50 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 26 Sep 2019 18:00:53 +0000 (19:00 +0100)
commitb059a62bb6d9bcf89b685a886afd672c24622567
treee256b71d8de171df741edd24a3a4a93d813e0138
parenta4f3ed629e985f1b5d3b7e0b681ff02e391d699a
tests/tcg: add generic version of float_convs

This is broadly similar to the existing fcvt test for ARM but using
the generic float testing framework. We should be able to pare down
the ARM fcvt test case to purely half-precision with or without the
Alt HP provision.

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