isa/caller.py: support shadd/shadduw instructions
authorDmitry Selyutin <ghostmansd@gmail.com>
Thu, 27 Oct 2022 18:57:28 +0000 (21:57 +0300)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Oct 2022 22:40:15 +0000 (23:40 +0100)
src/openpower/decoder/isa/caller.py

index 9b42862d52be8adb92fa7bd5827a5eac22d4a654..de6719adf90dfb42f59d55539be837631c7906e6 100644 (file)
@@ -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