From: Luke Kenneth Casson Leighton Date: Wed, 23 Jun 2021 16:28:34 +0000 (+0100) Subject: add mul-add to list of instructions X-Git-Tag: xlen-bcd~407 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=072e2e67d0d9e65516d72ac789087e0c38988f70;p=openpower-isa.git add mul-add to list of instructions --- diff --git a/src/openpower/decoder/power_enums.py b/src/openpower/decoder/power_enums.py index 21081a5b..22121cce 100644 --- a/src/openpower/decoder/power_enums.py +++ b/src/openpower/decoder/power_enums.py @@ -249,6 +249,7 @@ _insns = [ "lhbrx", "lhz", "lhzu", "lhzux", "lhzx", # more load half "lwa", "lwarx", "lwaux", "lwax", "lwbrx", # load word "lwz", "lwzcix", "lwzu", "lwzux", "lwzx", # more load word + "maddhd", "maddhdu", "maddld", # INT multiply-and-add "mcrf", "mcrxr", "mcrxrx", "mfcr/mfocrf", # CR mvs "mfmsr", "mfspr", "modsd", "modsw", "modud", "moduw",