data/method/gdb/gdb-13.2/sim/testsuite/cris/asm/clearfv10.ms

13 lines
225 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# 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