add another quick test to pseudo parser
[openpower-isa.git] / src / openpower / decoder / power_fields.py
index 16e7fdff6d5fcc5f503d061595639b9b6072e92a..8f8d5544567c4ae658fb296214b0e08b22a86985 100644 (file)
@@ -141,11 +141,12 @@ class DecodeFields:
             "FRT": self.FormX.FRT,
             "FRA": self.FormX.FRA,
             "FRB": self.FormX.FRB,
-            "FRC": self.FormX.FRB,
+            "FRC": self.FormA.FRC,
             "RS": self.FormX.RS,
             "RT": self.FormX.RT,
             "RA": self.FormX.RA,
             "RB": self.FormX.RB,
+            "RC": self.FormVA.RC,
             "SI": self.FormD.SI,
             "UI": self.FormD.UI,
             "L": self.FormD.L,