From: Dmitry Selyutin Date: Mon, 26 Jul 2021 14:48:03 +0000 (+0000) Subject: power_enums: addg6s instruction X-Git-Tag: xlen-bcd~199 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=364b6630ca1807a509878d0fdeef5202e155154f;p=openpower-isa.git power_enums: addg6s instruction --- diff --git a/src/openpower/decoder/power_enums.py b/src/openpower/decoder/power_enums.py index 97549387..e631f374 100644 --- a/src/openpower/decoder/power_enums.py +++ b/src/openpower/decoder/power_enums.py @@ -225,6 +225,7 @@ _insns = [ "NONE", "add", "addc", "addco", "adde", "addeo", "addi", "addic", "addic.", "addis", "addme", "addmeo", "addo", "addze", "addzeo", + "addg6s", "and", "andc", "andi.", "andis.", "attn", "b", "bc", "bcctr", "bclr", "bctar", @@ -397,6 +398,7 @@ class MicrOp(Enum): OP_SVREMAP = 80 OP_SVSHAPE = 81 OP_SVSTEP = 82 + OP_ADDG6S = 83 @unique