srcstep
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 28 Sep 2022 23:49:46 +0000 (00:49 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 28 Sep 2022 23:49:46 +0000 (00:49 +0100)
src/openpower/decoder/isa/caller.py

index 9d0b6d75a6d34dc81c5cfc57663f8ab71d0ccb89..441b169e39bd8684d519e20054ec931bd8bb29a8 100644 (file)
@@ -1799,7 +1799,9 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop):
             yield from self.do_rc_ov(ins_name, results, overflow, cr0)
 
         # check failfirst
-        ffirst_hit = (yield from self.check_ffirst(rc_en, srcstep))
+        ffirst_hit = False
+        if self.is_svp64_mode:
+            ffirst_hit = (yield from self.check_ffirst(rc_en, srcstep))
 
         # any modified return results?
         yield from self.do_outregs_nia(asmop, ins_name, info,