clearfv32.ms 224 B

123456789101112
  1. # mach: crisv32
  2. # output: ef\n
  3. ; Check that "clearf x" doesn't trivially fail.
  4. .include "testutils.inc"
  5. start
  6. setf puixnzvc
  7. clearf x ; Actually, x would be cleared by almost-all other insns.
  8. move ccs,r3
  9. dumpr3
  10. quit