]> git.proxmox.com Git - qemu.git/blame - tests/cris/check_cmp-2.s
vga: optimize ppm_save() divisions
[qemu.git] / tests / cris / check_cmp-2.s
CommitLineData
dd43edf4
TS
1
2
3.include "testutils.inc"
4
5 start
6
7 move.d 4294967283, $r0
8 move.d $r0, $r10
9 cmp.d $r0, $r10
10 beq 1f
11 move.d $r10, $r3
12 fail
131:
14 pass
e2832619 15 quit