xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/clearfv32.ms (revision b2c35e17b976cf7ccd7250c86c6f5e95090ed636)
1# mach: crisv32
2# output: ef\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
11 dumpr3
12 quit
13