comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 1 Oct 2022 16:00:06 +0000 (17:00 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 1 Oct 2022 16:00:06 +0000 (17:00 +0100)
src/openpower/decoder/isa/caller.py

index 81c6325b55143d53ca0e5be2f31d90d76841529c..b94867db2c31a959d47c8d6fb383b4f66ca16e0c 100644 (file)
@@ -1813,9 +1813,8 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop):
         if carry_en:
             yield from self.handle_carry_(inputs, results[0], ca, ca32)
 
-        # check if one of the regs was named "overflow"
+        # get outout named "overflow" and "CR0"
         overflow = outs.get('overflow')
-        # and one called CR0
         cr0 = outs.get('CR0')
 
         if not self.is_svp64_mode:  # yeah just no. not in parallel processing