From: Jacob Lifshay Date: Fri, 23 Sep 2022 02:59:40 +0000 (-0700) Subject: add RC input to isa/caller.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30a7ba8205da19080bccb3efc4225bfb68b457fe;p=openpower-isa.git add RC input to isa/caller.py --- diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 166c3e2e..5f54a01e 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -376,6 +376,8 @@ def get_pdecode_idx_in(dec2, name): return in3, in3_isvec # XXX TODO, RC doesn't exist yet! elif name == 'RC': + if in3_sel == In3Sel.RC.value: + return in3, in3_isvec assert False, "RC does not exist yet" elif name == 'RS': if in1_sel == In1Sel.RS.value: