diff options
Diffstat (limited to 'tests/cris/check_clearfv32.s')
-rw-r--r-- | tests/cris/check_clearfv32.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cris/check_clearfv32.s b/tests/cris/check_clearfv32.s index db700728a8..4e91360273 100644 --- a/tests/cris/check_clearfv32.s +++ b/tests/cris/check_clearfv32.s @@ -8,10 +8,12 @@ setf puixnzvc clearf x ; Actually, x would be cleared by almost-all other insns. move ccs,r3 + and.d 0xff, $r3 checkr3 ef setf puixnzvc moveq 0, $r3 ; moveq should only clear the xflag. move ccs,r3 + and.d 0xff, $r3 checkr3 ef quit |