sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/tests/cris/check_cmp-2.s

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