qemu-patch-raspberry4/tests/tcg/cris/check_cmp-2.s
Anthony Liguori c09015dd04 tests: mv tests/* -> tests/tcg
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-01-12 10:03:28 -06:00

16 lines
142 B
ArmAsm

.include "testutils.inc"
start
move.d 4294967283, $r0
move.d $r0, $r10
cmp.d $r0, $r10
beq 1f
move.d $r10, $r3
fail
1:
pass
quit