From: Luke Kenneth Casson Leighton Date: Fri, 24 Jun 2022 14:11:42 +0000 (+0100) Subject: add bmask to instruction list X-Git-Tag: sv_maxu_works-initial~350 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0bd52beedc217ce882dc7ae176ff05d93c6d4715;p=openpower-isa.git add bmask to instruction list --- diff --git a/src/openpower/decoder/power_enums.py b/src/openpower/decoder/power_enums.py index 776c3ee9..669d547f 100644 --- a/src/openpower/decoder/power_enums.py +++ b/src/openpower/decoder/power_enums.py @@ -268,6 +268,7 @@ _insns = [ "absdacs", "absdacu", # AV bitmanip "avgadd", # AV bitmanip "b", "bc", "bcctr", "bclr", "bctar", + "bmask", # AV bitmanip "bpermd", "cbcdtd", "cdtbcd",