]> git.proxmox.com Git - qemu.git/blame - tests/cris/check_clearfv32.s
qemu-nbd: print error messages from the daemon through a pipe
[qemu.git] / tests / cris / check_clearfv32.s
CommitLineData
dd43edf4
TS
1# mach: crisv32
2# output: ef\nef\n
3
4; Check that "clearf x" doesn't trivially fail.
5
6 .include "testutils.inc"
7 start
8 setf puixnzvc
9 clearf x ; Actually, x would be cleared by almost-all other insns.
10 move ccs,r3
ff56ff7a 11 and.d 0xff, $r3
dd43edf4
TS
12 checkr3 ef
13
14 setf puixnzvc
15 moveq 0, $r3 ; moveq should only clear the xflag.
16 move ccs,r3
ff56ff7a 17 and.d 0xff, $r3
dd43edf4
TS
18 checkr3 ef
19 quit