* sim/cris: New directory with C and assembly tests for the CRIS
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / clearfv10.ms
1 # mach: crisv10
2 # output: ef\n
3
4 ; Check that "clearf x" doesn't trivially fail.
5
6 .include "testutils.inc"
7 start
8 setf mbixnzvc
9 clearf x ; Actually, x would be cleared by almost-all other insns.
10 move dccr,r3
11 dumpr3
12 quit
This page took 0.030689 seconds and 4 git commands to generate.