--- qemu/tests/cris/check_clearfv32.s 2018/04/24 16:48:00 1.1.1.1 +++ qemu/tests/cris/check_clearfv32.s 2018/04/24 16:51:32 1.1.1.2 @@ -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