From: Luke Kenneth Casson Leighton Date: Thu, 29 Feb 2024 10:34:17 +0000 (+0000) Subject: bug 1155: add svshape3 and svshape4 to ISACaller "avoid disasm decode" error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=add93948db0a6b63409267abe16aeb4b00f0b3cc;p=openpower-isa.git bug 1155: add svshape3 and svshape4 to ISACaller "avoid disasm decode" error --- diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 8e476a28..54629512 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -2274,7 +2274,7 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop): 'minmax', "brh", "brw", "brd", 'setvl', 'svindex', 'svremap', 'svstep', - 'svshape', 'svshape2', + 'svshape', 'svshape2', 'svshape3', 'svshape4', 'ternlogi', 'bmask', 'cprop', 'gbbd', 'absdu', 'absds', 'absdacs', 'absdacu', 'avgadd', 'fmvis', 'fishmv', 'pcdec', "maddedu", "divmod2du",