mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
|
# 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
|