]> git.proxmox.com Git - mirror_qemu.git/commit - tests/tcg/aarch64/float_convd.ref
tests/tcg: add float_convd test
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 19 Apr 2022 09:10:17 +0000 (10:10 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Apr 2022 15:04:20 +0000 (16:04 +0100)
commit2931014c3ddd87b0dcb98788b5d50abee775bcea
treeff892a9919bc8d3af20ce8a9952626c7a10f05f9
parent9730a27ef43d676807b8a0e84f2eff8124125902
tests/tcg: add float_convd test

This is a simple transliteration of the float_convs test but this time
working with doubles. I'm used it to test the handling of vector
registers in gdbstub but wasn't able to find a non-ugly way to
automate it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220419091020.3008144-23-alex.bennee@linaro.org>
tests/tcg/aarch64/float_convd.ref [new file with mode: 0644]
tests/tcg/arm/float_convd.ref [new file with mode: 0644]
tests/tcg/i386/float_convd.conf [new file with mode: 0644]
tests/tcg/multiarch/float_convd.c [new file with mode: 0644]
tests/tcg/x86_64/float_convd.ref [new file with mode: 0644]