add FP load test lfsx
[openpower-isa.git] / src / openpower / decoder / power_fields.py
index 9cc7d43699d35ecb10393382b38faec3c807056e..16e7fdff6d5fcc5f503d061595639b9b6072e92a 100644 (file)
@@ -137,6 +137,11 @@ class DecodeFields:
         # note: these are from microwatt insn_helpers.vhdl
         self.common_fields = {
             "PO": self.Formall.PO,
+            "FRS": self.FormX.FRS,
+            "FRT": self.FormX.FRT,
+            "FRA": self.FormX.FRA,
+            "FRB": self.FormX.FRB,
+            "FRC": self.FormX.FRB,
             "RS": self.FormX.RS,
             "RT": self.FormX.RT,
             "RA": self.FormX.RA,