From: Dmitry Selyutin Date: Wed, 1 Jun 2022 19:56:13 +0000 (+0000) Subject: sv_binutils: consider RA0 operand X-Git-Tag: sv_maxu_works-initial~398 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=462fe0a08130b868aa69adcf3f2ac58317a64680;p=openpower-isa.git sv_binutils: consider RA0 operand --- diff --git a/src/openpower/sv/sv_binutils.py b/src/openpower/sv/sv_binutils.py index 83b50512..209d9de5 100644 --- a/src/openpower/sv/sv_binutils.py +++ b/src/openpower/sv/sv_binutils.py @@ -557,7 +557,7 @@ class Codegen(_enum.Enum): yield from opindex(In1Sel, "in1", { In1Sel.RA: "RA", - In1Sel.RA_OR_ZERO: "RA", + In1Sel.RA_OR_ZERO: "RA0", In1Sel.SPR: "SPR", In1Sel.RS: "RS", In1Sel.FRA: "FRA",