[Libre-soc-bugs] [Bug 1072] implement fcvt/fmv instructions in ISACaller (ls006)

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue May 9 10:51:14 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1072

--- Comment #12 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
perfectly happy with all of these except for the changes to XER.SO

https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=921ef4aa0cbcc5bf15f73ce0dbc74e597912273e

can you please revert that.

ermermermerm... *thinks*...  *both* of these should not be there, because
ISACaller derives *from* ISACallerHelper:

@@ -847,6 +848,12 @@ class ISACallerHelper:
     def XLEN(self):
         return self.__XLEN

+    @property
+    def FPSCR(self):


@@ -1268,6 +1268,10 @@ class ISACaller(ISACallerHelper, ISAFPHelpers,
StepLoop):
     def XLEN(self):
         return self.namespace["XLEN"]

+    @property
+    def FPSCR(self):
+        return self.fpscr
+

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list