From: Dmitry Selyutin Date: Sat, 24 Sep 2022 09:09:32 +0000 (+0300) Subject: sv_binutils: support RS opindex X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af6ed7b5524b0a2d2a003f2c83c8c8f1da01dda6;p=openpower-isa.git sv_binutils: support RS opindex --- diff --git a/src/openpower/sv/sv_binutils.py b/src/openpower/sv/sv_binutils.py index 7fa7d949..17260540 100644 --- a/src/openpower/sv/sv_binutils.py +++ b/src/openpower/sv/sv_binutils.py @@ -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",