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

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

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