From add93948db0a6b63409267abe16aeb4b00f0b3cc Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 29 Feb 2024 10:34:17 +0000 Subject: [PATCH] bug 1155: add svshape3 and svshape4 to ISACaller "avoid disasm decode" error --- src/openpower/decoder/isa/caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2