From: Dmitry Selyutin Date: Thu, 27 Oct 2022 18:57:28 +0000 (+0300) Subject: isa/caller.py: support shadd/shadduw instructions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7b5565cced885cd3d15e240d1bf2b269118e0c8;p=openpower-isa.git isa/caller.py: support shadd/shadduw instructions --- diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 9b42862d..de6719ad 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -1774,6 +1774,7 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop): 'absdu', 'absds', 'absdacs', 'absdacu', 'avgadd', 'fmvis', 'fishmv', 'pcdec', "maddedu", "divmod2du", "dsld", "dsrd", + "shadd", "shadduw", ]: illegal = False ins_name = dotstrp