From: Luke Kenneth Casson Leighton Date: Sun, 7 May 2023 09:12:41 +0000 (+0100) Subject: add stub reset_xflags function X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c44cd164b385a18fb635e7087c2a253c30d9c81c;p=openpower-isa.git add stub reset_xflags function --- diff --git a/src/openpower/decoder/helpers.py b/src/openpower/decoder/helpers.py index 17ddbe0b..c1ecd9d1 100644 --- a/src/openpower/decoder/helpers.py +++ b/src/openpower/decoder/helpers.py @@ -252,6 +252,10 @@ def _maxmag(a, b): class ISAFPHelpers: + + # XXX stub + def reset_xflags(self): pass + # bfp32/64_OP naming mirrors that in the Power ISA spec. def bfp64_ATAN2PI(self, a, b):