Browse Source
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1667 Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-ID: <20230828112651.522058-8-kbastian@mail.uni-paderborn.de>pull/253/head
6 changed files with 58 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
#include "macros.h" |
|||
.text |
|||
.global _start |
|||
_start: |
|||
TEST_D_D(hptof, 1, 0xba190000, 0xcc0e90c8) |
|||
TEST_D_D(hptof, 2, 0x3eaea000, 0x8be23575) |
|||
TEST_D_D(hptof, 3, 0xc33b8000, 0xcc48d9dc) |
|||
TEST_D_D(hptof, 4, 0x43e2a000, 0xaef95f15) |
|||
TEST_D_D(hptof, 5, 0x3d55e000, 0x04932aaf) |
|||
|
|||
TEST_PASSFAIL |
|||
|
|||
Loading…
Reference in new issue