From 462fe0a08130b868aa69adcf3f2ac58317a64680 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Wed, 1 Jun 2022 19:56:13 +0000 Subject: [PATCH] sv_binutils: consider RA0 operand --- src/openpower/sv/sv_binutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2