historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/tcg/cris/bare/check_cmp-2.s
2024-01-16 11:20:27 -06:00

15 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