From: Luke Kenneth Casson Leighton Date: Sat, 1 Oct 2022 16:00:06 +0000 (+0100) Subject: comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0767f528b9787594b559bc4ad83c224fc3a47c5c;p=openpower-isa.git comments --- diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 81c6325b..b94867db 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -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