sv_binutils: support RS opindex
authorDmitry Selyutin <ghostmansd@gmail.com>
Sat, 24 Sep 2022 09:09:32 +0000 (12:09 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Sat, 24 Sep 2022 09:09:32 +0000 (12:09 +0300)
src/openpower/sv/sv_binutils.py

index 7fa7d94949c8361839a5a0856a778125232534b4..172605400a5096636d962ddded53d68595e62277 100644 (file)
@@ -578,6 +578,7 @@ class Codegen(_enum.Enum):
                     OutSel.RT_OR_ZERO: "RT",
                     OutSel.FRT: "FRT",
                     OutSel.FRS: "FRS",
+                    OutSel.RS: "RS",
                 })
             yield from opindex(CRInSel, "cr_in", {
                 CRInSel.BI: "BI",