summaryrefslogtreecommitdiff
path: root/sim/testsuite/cris/asm/clearfv32.ms
blob: b1dd3dec517cdf8d9d29c38c2031c96042682a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# mach: crisv32
# output: ef\n

; Check that "clearf x" doesn't trivially fail.

 .include "testutils.inc"
 start
 setf puixnzvc
 clearf x	; Actually, x would be cleared by almost-all other insns.
 move ccs,r3
 dumpr3
 quit