Revert "add stub reset_xflags function"
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 12 May 2023 01:53:59 +0000 (18:53 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 12 May 2023 01:53:59 +0000 (18:53 -0700)
the function actually should be in pseudocode

This reverts commit c44cd164b385a18fb635e7087c2a253c30d9c81c.

src/openpower/decoder/helpers.py

index d36d346ae131cd878d8d6ff0f5562420d9c6abee..a7d8a37d10a43208ad3a0cd7f8da900f53caa32c 100644 (file)
@@ -254,10 +254,6 @@ 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):