public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] x86: templatize shift/rotate insns
@ 2024-03-28 10:50 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2024-03-28 10:50 UTC (permalink / raw)
  To: binutils-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fe17c02650776257c3a989006198c05cf417fc09

commit fe17c02650776257c3a989006198c05cf417fc09
Author: Jan Beulich <jbeulich@suse.com>
Date:   Thu Mar 28 11:49:24 2024 +0100

    x86: templatize shift/rotate insns
    
    With the multitude of new APX templates, it finally becomes desirable to
    further remove redundancy by also templatizing basic arithmetic insns.
    Continue with the "ordinary" shift and rotate ones.
    
    While there also drop the APX form of RCL/RCR with Imm1 omitted. Other
    shift insns as well as ROR/ROL were deliberately left without this form
    as well. Note that there's also no testsuite adjustment needed for this,
    indicating that the form wasn't tested either.
    
    Furthermore since RCL/RCR already had non-NDD APX forms, those end up
    being added for the other 6 mnemonics, too.

Diff:
---
 opcodes/i386-opc.tbl |  93 +++------
 opcodes/i386-tbl.h   | 550 +++++++++++++++++++++++++++++++++------------------
 2 files changed, 379 insertions(+), 264 deletions(-)

diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl
index 076618564e7..406b35bbb77 100644
--- a/opcodes/i386-opc.tbl
+++ b/opcodes/i386-opc.tbl
@@ -407,77 +407,28 @@ imul, 0x69, i186, Modrm|No_bSuf|No_sSuf|RegKludge, { Imm16|Imm32|Imm32S, Reg16|R
 
 <div>
 
-rol, 0xd0/0, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rol, 0xd0/0, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rol, 0xc0/0, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm8|Imm8S, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rol, 0xc0/0, i186, W|Modrm|No_sSuf, { Imm8|Imm8S, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rol, 0xd2/0, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rol, 0xd2/0, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rol, 0xd0/0, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-
-ror, 0xd0/1, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-ror, 0xd0/1, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-ror, 0xc0/1, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm8|Imm8S, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-ror, 0xc0/1, i186, W|Modrm|No_sSuf, { Imm8|Imm8S, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-ror, 0xd2/1, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-ror, 0xd2/1, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-ror, 0xd0/1, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-
-rcl, 0xd0/2, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rcl, 0xd0/2, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcl, 0xd0/2, APX_F, W|Modrm|No_sSuf|EVexMap4, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcl, 0xc0/2, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rcl, 0xc0/2, i186, W|Modrm|No_sSuf, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcl, 0xc0/2, APX_F, W|Modrm|No_sSuf|EVexMap4, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcl, 0xd2/2, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rcl, 0xd2/2, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcl, 0xd2/2, APX_F, W|Modrm|No_sSuf|EVexMap4, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcl, 0xd0/2, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcl, 0xd0/2, APX_F, W|Modrm|No_sSuf|EVexMap4, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-
-rcr, 0xd0/3, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rcr, 0xd0/3, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcr, 0xd0/3, APX_F, W|Modrm|No_sSuf|EVexMap4, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcr, 0xc0/3, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rcr, 0xc0/3, i186, W|Modrm|No_sSuf, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcr, 0xc0/3, APX_F, W|Modrm|No_sSuf|EVexMap4, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcr, 0xd2/3, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-rcr, 0xd2/3, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcr, 0xd2/3, APX_F, W|Modrm|No_sSuf|EVexMap4, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcr, 0xd0/3, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-rcr, 0xd0/3, APX_F, W|Modrm|No_sSuf|EVexMap4, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-
-sal, 0xd0/4, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-sal, 0xd0/4, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-sal, 0xc0/4, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-sal, 0xc0/4, i186, W|Modrm|No_sSuf, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-sal, 0xd2/4, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-sal, 0xd2/4, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-sal, 0xd0/4, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-
-shl, 0xd0/4, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-shl, 0xd0/4, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-shl, 0xc0/4, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-shl, 0xc0/4, i186, W|Modrm|No_sSuf, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-shl, 0xd2/4, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-shl, 0xd2/4, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-shl, 0xd0/4, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-
-shr, 0xd0/5, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-shr, 0xd0/5, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-shr, 0xc0/5, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-shr, 0xc0/5, i186, W|Modrm|No_sSuf, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-shr, 0xd2/5, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-shr, 0xd2/5, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-shr, 0xd0/5, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-
-sar, 0xd0/7, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-sar, 0xd0/7, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-sar, 0xc0/7, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-sar, 0xc0/7, i186, W|Modrm|No_sSuf, { Imm8, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-sar, 0xd2/7, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|NF, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
-sar, 0xd2/7, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
-sar, 0xd0/7, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
+<sr:opc:imm8:nf, +
+    rol:0:Imm8|Imm8S:NF, +
+    ror:1:Imm8|Imm8S:NF, +
+    rcl:2:Imm8:, +
+    rcr:3:Imm8:, +
+    sal:4:Imm8:NF, +
+    shl:4:Imm8:NF, +
+    shr:5:Imm8:NF, +
+    sar:7:Imm8:NF>
+
+<sr>, 0xd0/<sr:opc>, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|<sr:nf>, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
+<sr>, 0xd0/<sr:opc>, 0, W|Modrm|No_sSuf, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
+<sr>, 0xd0/<sr:opc>, APX_F, W|Modrm|No_sSuf|EVexMap4|<sr:nf>, { Imm1, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
+<sr>, 0xc0/<sr:opc>, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|<sr:nf>, { <sr:imm8>, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
+<sr>, 0xc0/<sr:opc>, i186, W|Modrm|No_sSuf, { <sr:imm8>, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
+<sr>, 0xc0/<sr:opc>, APX_F, W|Modrm|No_sSuf|EVexMap4|<sr:nf>, { <sr:imm8>, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
+<sr>, 0xd2/<sr:opc>, APX_F, W|Modrm|No_sSuf|CheckOperandSize|DstVVVV|EVexMap4|<sr:nf>, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg8|Reg16|Reg32|Reg64 }
+<sr>, 0xd2/<sr:opc>, 0, W|Modrm|No_sSuf, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
+<sr>, 0xd2/<sr:opc>, APX_F, W|Modrm|No_sSuf|EVexMap4|<sr:nf>, { ShiftCount, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
+<sr>, 0xd0/<sr:opc>, 0, W|Modrm|No_sSuf, { Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex }
+
+<sr>
 
 shld, 0x24, APX_F, Modrm|CheckOperandSize|No_bSuf|No_sSuf|DstVVVV|EVexMap4|NF, { Imm8, Reg16|Reg32|Reg64, Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg16|Reg32|Reg64 }
 shld, 0xfa4, i386, Modrm|CheckOperandSize|No_bSuf|No_sSuf, { Imm8, Reg16|Reg32|Reg64, Reg16|Reg32|Reg64|Unspecified|BaseIndex }
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h
index 2bdbac9e959..ddfa588814c 100644
--- a/opcodes/i386-tbl.h
+++ b/opcodes/i386-tbl.h
@@ -1860,6 +1860,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_rol, 0xd0, 2, SPACE_EVEXMAP4, 0,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_rol, 0xc0, 3, SPACE_EVEXMAP4, 0,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -1882,6 +1892,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_rol, 0xc0, 2, SPACE_EVEXMAP4, 0,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_rol, 0xd2, 3, SPACE_EVEXMAP4, 0,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -1904,6 +1924,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_rol, 0xd2, 2, SPACE_EVEXMAP4, 0,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_rol, 0xd0, 1, SPACE_BASE, 0,
     { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -1934,6 +1964,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_ror, 0xd0, 2, SPACE_EVEXMAP4, 1,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_ror, 0xc0, 3, SPACE_EVEXMAP4, 1,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -1956,6 +1996,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_ror, 0xc0, 2, SPACE_EVEXMAP4, 1,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_ror, 0xd2, 3, SPACE_EVEXMAP4, 1,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -1978,6 +2028,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_ror, 0xd2, 2, SPACE_EVEXMAP4, 1,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_ror, 0xd0, 1, SPACE_BASE, 1,
     { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -2090,14 +2150,6 @@ static const insn_template i386_optab[] =
     { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
     { { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
-  { MN_rcl, 0xd0, 1, SPACE_EVEXMAP4, 2,
-    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
-      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-      0 },
-    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
-    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
-    { { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
-	  0, 0, 0, 0, 1, 0 } } } },
   { MN_rcr, 0xd0, 3, SPACE_EVEXMAP4, 3,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -2202,14 +2254,6 @@ static const insn_template i386_optab[] =
     { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
     { { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
-  { MN_rcr, 0xd0, 1, SPACE_EVEXMAP4, 3,
-    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
-      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-      0 },
-    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
-    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
-    { { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
-	  0, 0, 0, 0, 1, 0 } } } },
   { MN_sal, 0xd0, 3, SPACE_EVEXMAP4, 4,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2232,6 +2276,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_sal, 0xd0, 2, SPACE_EVEXMAP4, 4,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_sal, 0xc0, 3, SPACE_EVEXMAP4, 4,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2254,6 +2308,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_sal, 0xc0, 2, SPACE_EVEXMAP4, 4,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_sal, 0xd2, 3, SPACE_EVEXMAP4, 4,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2276,6 +2340,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_sal, 0xd2, 2, SPACE_EVEXMAP4, 4,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_sal, 0xd0, 1, SPACE_BASE, 4,
     { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -2306,6 +2380,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_shl, 0xd0, 2, SPACE_EVEXMAP4, 4,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_shl, 0xc0, 3, SPACE_EVEXMAP4, 4,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2328,6 +2412,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_shl, 0xc0, 2, SPACE_EVEXMAP4, 4,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_shl, 0xd2, 3, SPACE_EVEXMAP4, 4,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2350,6 +2444,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_shl, 0xd2, 2, SPACE_EVEXMAP4, 4,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_shl, 0xd0, 1, SPACE_BASE, 4,
     { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -2380,6 +2484,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_shr, 0xd0, 2, SPACE_EVEXMAP4, 5,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_shr, 0xc0, 3, SPACE_EVEXMAP4, 5,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2402,6 +2516,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_shr, 0xc0, 2, SPACE_EVEXMAP4, 5,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_shr, 0xd2, 3, SPACE_EVEXMAP4, 5,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2424,6 +2548,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_shr, 0xd2, 2, SPACE_EVEXMAP4, 5,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_shr, 0xd0, 1, SPACE_BASE, 5,
     { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -2454,6 +2588,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_sar, 0xd0, 2, SPACE_EVEXMAP4, 7,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_sar, 0xc0, 3, SPACE_EVEXMAP4, 7,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2476,6 +2620,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_sar, 0xc0, 2, SPACE_EVEXMAP4, 7,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_sar, 0xd2, 3, SPACE_EVEXMAP4, 7,
     { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
@@ -2498,6 +2652,16 @@ static const insn_template i386_optab[] =
 	  0, 0, 0, 0, 0, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 1, 0 } } } },
+  { MN_sar, 0xd2, 2, SPACE_EVEXMAP4, 7,
+    { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+      0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
+      0 },
+    { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 } },
+    { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+    { { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
+	  0, 0, 0, 0, 0, 0 } },
+      { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0,
+	  0, 0, 0, 0, 1, 0 } } } },
   { MN_sar, 0xd0, 1, SPACE_BASE, 7,
     { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -41442,34 +41606,32 @@ static const i386_op_off_t i386_op_sets[] =
    146,  149,  152,  155,  157,  159,  160,  161,
    162,  163,  165,  167,  168,  169,  170,  171,
    172,  173,  174,  175,  176,  177,  178,  179,
-   180,  187,  189,  191,  198,  205,  216,  227,
-   234,  241,  248,  255,  261,  267,  276,  279,
-   287,  290,  296,  298,  300,  302,  304,  305,
-   306,  307,  308,  309,  310,  311,  312,  313,
-   314,  315,  316,  317,  318,  319,  320,  321,
+   180,  187,  189,  191,  201,  211,  221,  231,
+   241,  251,  261,  271,  277,  283,  292,  295,
+   303,  306,  312,  314,  316,  318,  320,  321,
    322,  323,  324,  325,  326,  327,  328,  329,
    330,  331,  332,  333,  334,  335,  336,  337,
-   339,  341,  343,  345,  347,  348,  349,  350,
-   351,  352,  353,  354,  355,  356,  357,  358,
-   359,  360,  361,  362,  363,  364,  365,  366,
+   338,  339,  340,  341,  342,  343,  344,  345,
+   346,  347,  348,  349,  350,  351,  352,  353,
+   355,  357,  359,  361,  363,  364,  365,  366,
    367,  368,  369,  370,  371,  372,  373,  374,
-   375,  376,  377,  379,  381,  383,  385,  388,
-   391,  393,  395,  398,  401,  404,  407,  409,
-   410,  411,  413,  415,  417,  419,  420,  421,
-   422,  423,  424,  425,  426,  427,  429,  431,
-   433,  435,  437,  439,  440,  442,  444,  446,
-   448,  450,  452,  454,  456,  458,  462,  464,
-   465,  466,  467,  470,  471,  475,  477,  478,
-   479,  480,  482,  486,  487,  491,  492,  493,
-   495,  497,  498,  499,  500,  501,  502,  503,
-   504,  505,  506,  507,  511,  512,  515,  519,
-   520,  526,  530,  531,  537,  541,  542,  545,
-   549,  550,  556,  560,  561,  567,  568,  569,
-   570,  571,  572,  573,  574,  575,  576,  577,
-   578,  579,  580,  581,  582,  583,  584,  585,
-   586,  587,  588,  589,  590,  593,  596,  597,
-   598,  599,  600,  601,  602,  603,  604,  605,
-   606,  607,  608,  609,  610,  611,  612,  613,
+   375,  376,  377,  378,  379,  380,  381,  382,
+   383,  384,  385,  386,  387,  388,  389,  390,
+   391,  392,  393,  395,  397,  399,  401,  404,
+   407,  409,  411,  414,  417,  420,  423,  425,
+   426,  427,  429,  431,  433,  435,  436,  437,
+   438,  439,  440,  441,  442,  443,  445,  447,
+   449,  451,  453,  455,  456,  458,  460,  462,
+   464,  466,  468,  470,  472,  474,  478,  480,
+   481,  482,  483,  486,  487,  491,  493,  494,
+   495,  496,  498,  502,  503,  507,  508,  509,
+   511,  513,  514,  515,  516,  517,  518,  519,
+   520,  521,  522,  523,  527,  528,  531,  535,
+   536,  542,  546,  547,  553,  557,  558,  561,
+   565,  566,  572,  576,  577,  583,  584,  585,
+   586,  587,  588,  589,  590,  591,  592,  593,
+   594,  595,  596,  597,  598,  599,  600,  601,
+   602,  603,  604,  605,  606,  609,  612,  613,
    614,  615,  616,  617,  618,  619,  620,  621,
    622,  623,  624,  625,  626,  627,  628,  629,
    630,  631,  632,  633,  634,  635,  636,  637,
@@ -41479,59 +41641,60 @@ static const i386_op_off_t i386_op_sets[] =
    662,  663,  664,  665,  666,  667,  668,  669,
    670,  671,  672,  673,  674,  675,  676,  677,
    678,  679,  680,  681,  682,  683,  684,  685,
-   686,  687,  688,  689,  690,  691,  693,  695,
-   696,  697,  698,  699,  700,  701,  702,  703,
-   704,  705,  707,  709,  711,  713,  715,  717,
-   719,  721,  723,  725,  727,  729,  731,  733,
+   686,  687,  688,  689,  690,  691,  692,  693,
+   694,  695,  696,  697,  698,  699,  700,  701,
+   702,  703,  704,  705,  706,  707,  709,  711,
+   712,  713,  714,  715,  716,  717,  718,  719,
+   720,  721,  723,  725,  727,  729,  731,  733,
    735,  737,  739,  741,  743,  745,  747,  749,
    751,  753,  755,  757,  759,  761,  763,  765,
-   766,  767,  768,  769,  770,  771,  772,  773,
-   774,  775,  776,  777,  780,  783,  786,  789,
-   792,  795,  796,  797,  798,  799,  800,  801,
-   807,  815,  818,  821,  824,  827,  830,  833,
-   836,  839,  842,  845,  848,  851,  854,  857,
-   860,  863,  866,  869,  872,  875,  878,  881,
-   884,  890,  896,  902,  908,  914,  920,  926,
-   932,  935,  938,  941,  944,  947,  950,  953,
-   956,  959,  962,  965,  968,  971,  974,  977,
-   979,  981,  983,  985,  987,  989,  991,  993,
+   767,  769,  771,  773,  775,  777,  779,  781,
+   782,  783,  784,  785,  786,  787,  788,  789,
+   790,  791,  792,  793,  796,  799,  802,  805,
+   808,  811,  812,  813,  814,  815,  816,  817,
+   823,  831,  834,  837,  840,  843,  846,  849,
+   852,  855,  858,  861,  864,  867,  870,  873,
+   876,  879,  882,  885,  888,  891,  894,  897,
+   900,  906,  912,  918,  924,  930,  936,  942,
+   948,  951,  954,  957,  960,  963,  966,  969,
+   972,  975,  978,  981,  984,  987,  990,  993,
    995,  997,  999, 1001, 1003, 1005, 1007, 1009,
-  1011, 1013, 1015, 1017, 1019, 1021, 1023, 1024,
-  1025, 1031, 1033, 1034, 1036, 1038, 1040, 1042,
-  1043, 1045, 1047, 1049, 1051, 1053, 1055, 1058,
-  1060, 1063, 1065, 1067, 1068, 1070, 1073, 1075,
-  1077, 1079, 1081, 1084, 1087, 1094, 1100, 1103,
-  1106, 1109, 1112, 1115, 1118, 1119, 1120, 1121,
-  1122, 1125, 1126, 1128, 1130, 1132, 1134, 1135,
-  1137, 1139, 1141, 1143, 1145, 1147, 1149, 1151,
+  1011, 1013, 1015, 1017, 1019, 1021, 1023, 1025,
+  1027, 1029, 1031, 1033, 1035, 1037, 1039, 1040,
+  1041, 1047, 1049, 1050, 1052, 1054, 1056, 1058,
+  1059, 1061, 1063, 1065, 1067, 1069, 1071, 1074,
+  1076, 1079, 1081, 1083, 1084, 1086, 1089, 1091,
+  1093, 1095, 1097, 1100, 1103, 1110, 1116, 1119,
+  1122, 1125, 1128, 1131, 1134, 1135, 1136, 1137,
+  1138, 1141, 1142, 1144, 1146, 1148, 1150, 1151,
   1153, 1155, 1157, 1159, 1161, 1163, 1165, 1167,
   1169, 1171, 1173, 1175, 1177, 1179, 1181, 1183,
   1185, 1187, 1189, 1191, 1193, 1195, 1197, 1199,
-  1201, 1204, 1210, 1212, 1214, 1216, 1218, 1220,
-  1222, 1224, 1227, 1230, 1232, 1234, 1237, 1239,
-  1241, 1243, 1245, 1247, 1249, 1251, 1253, 1255,
-  1257, 1259, 1261, 1263, 1265, 1267, 1269, 1270,
-  1272, 1274, 1276, 1278, 1280, 1282, 1283, 1285,
-  1287, 1289, 1291, 1293, 1295, 1296, 1297, 1300,
-  1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316,
+  1201, 1203, 1205, 1207, 1209, 1211, 1213, 1215,
+  1217, 1220, 1226, 1228, 1230, 1232, 1234, 1236,
+  1238, 1240, 1243, 1246, 1248, 1250, 1253, 1255,
+  1257, 1259, 1261, 1263, 1265, 1267, 1269, 1271,
+  1273, 1275, 1277, 1279, 1281, 1283, 1285, 1286,
+  1288, 1290, 1292, 1294, 1296, 1298, 1299, 1301,
+  1303, 1305, 1307, 1309, 1311, 1312, 1313, 1316,
   1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332,
-  1334, 1336, 1337, 1338, 1341, 1343, 1344, 1345,
-  1346, 1347, 1348, 1349, 1351, 1353, 1354, 1355,
-  1356, 1357, 1360, 1363, 1366, 1369, 1372, 1375,
-  1378, 1381, 1384, 1387, 1390, 1393, 1396, 1399,
-  1402, 1405, 1408, 1411, 1414, 1416, 1418, 1422,
-  1426, 1428, 1430, 1434, 1436, 1438, 1440, 1442,
-  1446, 1448, 1450, 1454, 1456, 1458, 1460, 1464,
-  1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480,
+  1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348,
+  1350, 1352, 1353, 1354, 1357, 1359, 1360, 1361,
+  1362, 1363, 1364, 1365, 1367, 1369, 1370, 1371,
+  1372, 1373, 1376, 1379, 1382, 1385, 1388, 1391,
+  1394, 1397, 1400, 1403, 1406, 1409, 1412, 1415,
+  1418, 1421, 1424, 1427, 1430, 1432, 1434, 1438,
+  1442, 1444, 1446, 1450, 1452, 1454, 1456, 1458,
+  1462, 1464, 1466, 1470, 1472, 1474, 1476, 1480,
   1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496,
   1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512,
-  1514, 1516, 1518, 1520, 1522, 1524, 1528, 1532,
-  1534, 1536, 1540, 1541, 1542, 1543, 1544, 1545,
-  1546, 1547, 1548, 1550, 1552, 1554, 1556, 1558,
-  1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574,
-  1576, 1578, 1580, 1582, 1584, 1585, 1586, 1588,
-  1590, 1592, 1594, 1595, 1596, 1597, 1598, 1600,
-  1603, 1605, 1607, 1609, 1611, 1613, 1615, 1617,
+  1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528,
+  1530, 1532, 1534, 1536, 1538, 1540, 1544, 1548,
+  1550, 1552, 1556, 1557, 1558, 1559, 1560, 1561,
+  1562, 1563, 1564, 1566, 1568, 1570, 1572, 1574,
+  1576, 1578, 1580, 1582, 1584, 1586, 1588, 1590,
+  1592, 1594, 1596, 1598, 1600, 1601, 1602, 1604,
+  1606, 1608, 1610, 1611, 1612, 1613, 1614, 1616,
   1619, 1621, 1623, 1625, 1627, 1629, 1631, 1633,
   1635, 1637, 1639, 1641, 1643, 1645, 1647, 1649,
   1651, 1653, 1655, 1657, 1659, 1661, 1663, 1665,
@@ -41555,44 +41718,43 @@ static const i386_op_off_t i386_op_sets[] =
   1939, 1941, 1943, 1945, 1947, 1949, 1951, 1953,
   1955, 1957, 1959, 1961, 1963, 1965, 1967, 1969,
   1971, 1973, 1975, 1977, 1979, 1981, 1983, 1985,
-  1990, 1992, 1997, 1999, 2001, 2006, 2008, 2010,
-  2012, 2017, 2019, 2021, 2023, 2027, 2033, 2035,
-  2040, 2042, 2044, 2046, 2048, 2050, 2052, 2054,
-  2056, 2058, 2059, 2060, 2062, 2064, 2065, 2066,
-  2067, 2068, 2070, 2072, 2073, 2074, 2075, 2077,
-  2079, 2081, 2083, 2085, 2087, 2089, 2091, 2093,
-  2095, 2097, 2099, 2101, 2105, 2106, 2107, 2109,
-  2113, 2117, 2119, 2123, 2127, 2128, 2129, 2131,
-  2133, 2135, 2137, 2142, 2146, 2150, 2152, 2154,
-  2156, 2158, 2159, 2161, 2163, 2165, 2167, 2169,
-  2171, 2173, 2175, 2177, 2179, 2181, 2183, 2185,
+  1987, 1989, 1991, 1993, 1995, 1997, 1999, 2001,
+  2006, 2008, 2013, 2015, 2017, 2022, 2024, 2026,
+  2028, 2033, 2035, 2037, 2039, 2043, 2049, 2051,
+  2056, 2058, 2060, 2062, 2064, 2066, 2068, 2070,
+  2072, 2074, 2075, 2076, 2078, 2080, 2081, 2082,
+  2083, 2084, 2086, 2088, 2089, 2090, 2091, 2093,
+  2095, 2097, 2099, 2101, 2103, 2105, 2107, 2109,
+  2111, 2113, 2115, 2117, 2121, 2122, 2123, 2125,
+  2129, 2133, 2135, 2139, 2143, 2144, 2145, 2147,
+  2149, 2151, 2153, 2158, 2162, 2166, 2168, 2170,
+  2172, 2174, 2175, 2177, 2179, 2181, 2183, 2185,
   2187, 2189, 2191, 2193, 2195, 2197, 2199, 2201,
-  2203, 2204, 2205, 2207, 2209, 2210, 2211, 2214,
-  2217, 2220, 2223, 2225, 2227, 2229, 2231, 2233,
-  2235, 2236, 2237, 2238, 2240, 2244, 2246, 2248,
-  2254, 2258, 2259, 2260, 2261, 2262, 2263, 2264,
-  2265, 2269, 2271, 2273, 2277, 2279, 2281, 2283,
-  2285, 2287, 2289, 2291, 2293, 2295, 2297, 2299,
-  2301, 2303, 2305, 2306, 2309, 2312, 2317, 2322,
-  2325, 2328, 2331, 2334, 2339, 2344, 2347, 2350,
-  2352, 2354, 2356, 2358, 2360, 2362, 2364, 2365,
-  2367, 2369, 2371, 2373, 2375, 2376, 2377, 2378,
-  2382, 2386, 2388, 2392, 2396, 2400, 2404, 2408,
-  2410, 2414, 2416, 2418, 2420, 2422, 2424, 2426,
-  2428, 2430, 2431, 2433, 2435, 2437, 2439, 2441,
-  2443, 2445, 2447, 2448, 2449, 2450, 2452, 2454,
-  2456, 2458, 2459, 2460, 2462, 2464, 2466, 2468,
-  2470, 2472, 2473, 2475, 2477, 2479, 2481, 2482,
-  2483, 2485, 2487, 2489, 2491, 2493, 2495, 2497,
-  2499, 2500, 2501, 2503, 2504, 2507, 2510, 2512,
-  2515, 2516, 2517, 2519, 2520, 2522, 2524, 2526,
-  2528, 2530, 2531, 2532, 2533, 2534, 2535, 2538,
-  2543, 2548, 2553, 2558, 2561, 2566, 2571, 2573,
-  2575, 2577, 2579, 2580, 2581, 2583, 2585, 2587,
-  2589, 2591, 2593, 2595, 2596, 2597, 2598, 2599,
-  2600, 2601, 2606, 2611, 2612, 2613, 2614, 2615,
-  2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623,
-  2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631,
+  2203, 2205, 2207, 2209, 2211, 2213, 2215, 2217,
+  2219, 2220, 2221, 2223, 2225, 2226, 2227, 2230,
+  2233, 2236, 2239, 2241, 2243, 2245, 2247, 2249,
+  2251, 2252, 2253, 2254, 2256, 2260, 2262, 2264,
+  2270, 2274, 2275, 2276, 2277, 2278, 2279, 2280,
+  2281, 2285, 2287, 2289, 2293, 2295, 2297, 2299,
+  2301, 2303, 2305, 2307, 2309, 2311, 2313, 2315,
+  2317, 2319, 2321, 2322, 2325, 2328, 2333, 2338,
+  2341, 2344, 2347, 2350, 2355, 2360, 2363, 2366,
+  2368, 2370, 2372, 2374, 2376, 2378, 2380, 2381,
+  2383, 2385, 2387, 2389, 2391, 2392, 2393, 2394,
+  2398, 2402, 2404, 2408, 2412, 2416, 2420, 2424,
+  2426, 2430, 2432, 2434, 2436, 2438, 2440, 2442,
+  2444, 2446, 2447, 2449, 2451, 2453, 2455, 2457,
+  2459, 2461, 2463, 2464, 2465, 2466, 2468, 2470,
+  2472, 2474, 2475, 2476, 2478, 2480, 2482, 2484,
+  2486, 2488, 2489, 2491, 2493, 2495, 2497, 2498,
+  2499, 2501, 2503, 2505, 2507, 2509, 2511, 2513,
+  2515, 2516, 2517, 2519, 2520, 2523, 2526, 2528,
+  2531, 2532, 2533, 2535, 2536, 2538, 2540, 2542,
+  2544, 2546, 2547, 2548, 2549, 2550, 2551, 2554,
+  2559, 2564, 2569, 2574, 2577, 2582, 2587, 2589,
+  2591, 2593, 2595, 2596, 2597, 2599, 2601, 2603,
+  2605, 2607, 2609, 2611, 2612, 2613, 2614, 2615,
+  2616, 2617, 2622, 2627, 2628, 2629, 2630, 2631,
   2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639,
   2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647,
   2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655,
@@ -41615,93 +41777,93 @@ static const i386_op_off_t i386_op_sets[] =
   2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791,
   2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799,
   2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807,
-  2808, 2809, 2810, 2811, 2812, 2814, 2816, 2817,
-  2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825,
-  2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833,
+  2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815,
+  2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823,
+  2824, 2825, 2826, 2827, 2828, 2830, 2832, 2833,
   2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841,
-  2842, 2843, 2844, 2846, 2848, 2850, 2852, 2853,
-  2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861,
-  2862, 2863, 2864, 2865, 2867, 2868, 2869, 2870,
-  2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878,
-  2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886,
+  2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849,
+  2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857,
+  2858, 2859, 2860, 2862, 2864, 2866, 2868, 2869,
+  2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877,
+  2878, 2879, 2880, 2881, 2883, 2884, 2885, 2886,
   2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894,
   2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902,
   2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910,
-  2911, 2912, 2914, 2916, 2917, 2918, 2920, 2921,
-  2923, 2925, 2926, 2927, 2929, 2931, 2932, 2933,
-  2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941,
-  2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949,
-  2952, 2955, 2956, 2957, 2958, 2959, 2960, 2961,
-  2963, 2965, 2967, 2968, 2969, 2971, 2973, 2975,
-  2977, 2981, 2983, 2985, 2986, 2987, 2988, 2989,
-  2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997,
-  2998, 2999, 3000, 3001, 3002, 3003, 3006, 3009,
-  3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017,
-  3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025,
+  2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918,
+  2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926,
+  2927, 2928, 2930, 2932, 2933, 2934, 2936, 2937,
+  2939, 2941, 2942, 2943, 2945, 2947, 2948, 2949,
+  2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957,
+  2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965,
+  2968, 2971, 2972, 2973, 2974, 2975, 2976, 2977,
+  2979, 2981, 2983, 2984, 2985, 2987, 2989, 2991,
+  2993, 2997, 2999, 3001, 3002, 3003, 3004, 3005,
+  3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013,
+  3014, 3015, 3016, 3017, 3018, 3019, 3022, 3025,
   3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033,
   3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041,
   3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049,
   3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057,
-  3058, 3059, 3060, 3061, 3062, 3063, 3066, 3068,
-  3071, 3074, 3076, 3079, 3082, 3085, 3088, 3089,
-  3092, 3093, 3094, 3095, 3096, 3097, 3101, 3103,
-  3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113,
-  3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121,
+  3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065,
+  3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073,
+  3074, 3075, 3076, 3077, 3078, 3079, 3082, 3084,
+  3087, 3090, 3092, 3095, 3098, 3101, 3104, 3105,
+  3108, 3109, 3110, 3111, 3112, 3113, 3117, 3119,
   3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129,
   3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137,
   3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145,
   3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153,
   3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161,
-  3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170,
-  3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178,
+  3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169,
+  3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177,
   3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186,
   3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194,
   3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202,
-  3205, 3208, 3211, 3214, 3217, 3220, 3223, 3226,
-  3229, 3232, 3235, 3238, 3241, 3244, 3247, 3248,
-  3249, 3250, 3251, 3253, 3254, 3255, 3256, 3257,
-  3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265,
-  3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273,
+  3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210,
+  3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218,
+  3221, 3224, 3227, 3230, 3233, 3236, 3239, 3242,
+  3245, 3248, 3251, 3254, 3257, 3260, 3263, 3264,
+  3265, 3266, 3267, 3269, 3270, 3271, 3272, 3273,
   3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281,
   3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289,
   3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297,
   3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305,
   3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313,
-  3314, 3317, 3320, 3321, 3322, 3323, 3324, 3325,
-  3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333,
-  3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341,
+  3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321,
+  3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329,
+  3330, 3333, 3336, 3337, 3338, 3339, 3340, 3341,
   3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349,
   3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357,
   3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365,
   3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373,
   3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381,
-  3382, 3385, 3388, 3391, 3392, 3393, 3394, 3395,
-  3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403,
-  3404, 3405, 3406, 3407, 3410, 3413, 3414, 3415,
-  3418, 3419, 3420, 3421, 3422, 3425, 3428, 3431,
-  3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439,
-  3440, 3441, 3443, 3445, 3446, 3447, 3448, 3449,
-  3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457,
-  3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465,
-  3466, 3467, 3468, 3469, 3470, 3472, 3474, 3475,
-  3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483,
-  3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491,
+  3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389,
+  3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397,
+  3398, 3401, 3404, 3407, 3408, 3409, 3410, 3411,
+  3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419,
+  3420, 3421, 3422, 3423, 3426, 3429, 3430, 3431,
+  3434, 3435, 3436, 3437, 3438, 3441, 3444, 3447,
+  3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455,
+  3456, 3457, 3459, 3461, 3462, 3463, 3464, 3465,
+  3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473,
+  3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481,
+  3482, 3483, 3484, 3485, 3486, 3488, 3490, 3491,
   3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499,
-  3501, 3503, 3505, 3507, 3508, 3509, 3510, 3511,
-  3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519,
-  3520, 3521, 3522, 3524, 3525, 3527, 3530, 3532,
-  3533, 3534, 3536, 3538, 3539, 3540, 3541, 3542,
-  3543, 3544, 3546, 3548, 3550, 3552, 3553, 3554,
-  3555, 3556, 3557, 3558, 3559, 3560, 3561, 3563,
-  3565, 3566, 3568, 3570, 3571, 3576, 3578, 3580,
-  3581, 3582, 3583, 3584, 3585, 3586, 3587, 3589,
-  3591, 3592, 3593, 3594, 3596, 3599, 3602, 3605,
-  3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614,
-  3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622,
-  3623, 3624, 3625, 3626, 3627, 3629, 3631, 3633,
-  3635, 3637, 3639, 3641, 3643, 3645, 3647, 3648,
-  3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656,
-  3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664,
+  3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507,
+  3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515,
+  3517, 3519, 3521, 3523, 3524, 3525, 3526, 3527,
+  3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535,
+  3536, 3537, 3538, 3540, 3541, 3543, 3546, 3548,
+  3549, 3550, 3552, 3554, 3555, 3556, 3557, 3558,
+  3559, 3560, 3562, 3564, 3566, 3568, 3569, 3570,
+  3571, 3572, 3573, 3574, 3575, 3576, 3577, 3579,
+  3581, 3582, 3584, 3586, 3587, 3592, 3594, 3596,
+  3597, 3598, 3599, 3600, 3601, 3602, 3603, 3605,
+  3607, 3608, 3609, 3610, 3612, 3615, 3618, 3621,
+  3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630,
+  3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638,
+  3639, 3640, 3641, 3642, 3643, 3645, 3647, 3649,
+  3651, 3653, 3655, 3657, 3659, 3661, 3663, 3664,
   3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672,
   3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680,
   3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688,
@@ -41713,20 +41875,22 @@ static const i386_op_off_t i386_op_sets[] =
   3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736,
   3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744,
   3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752,
-  3753, 3754, 3755, 3756, 3757, 3758, 3759, 3762,
-  3763, 3764, 3767, 3768, 3769, 3771, 3772, 3773,
-  3774, 3776, 3777, 3778, 3779, 3781, 3782, 3783,
-  3784, 3787, 3788, 3789, 3790, 3791, 3794, 3797,
-  3800, 3803, 3806, 3807, 3808, 3809, 3810, 3812,
-  3814, 3815, 3816, 3817, 3820, 3823, 3826, 3829,
-  3832, 3833, 3834, 3835, 3837, 3838, 3839, 3840,
-  3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849,
-  3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857,
+  3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760,
+  3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768,
+  3769, 3770, 3771, 3772, 3773, 3774, 3775, 3778,
+  3779, 3780, 3783, 3784, 3785, 3787, 3788, 3789,
+  3790, 3792, 3793, 3794, 3795, 3797, 3798, 3799,
+  3800, 3803, 3804, 3805, 3806, 3807, 3810, 3813,
+  3816, 3819, 3822, 3823, 3824, 3825, 3826, 3828,
+  3830, 3831, 3832, 3833, 3836, 3839, 3842, 3845,
+  3848, 3849, 3850, 3851, 3853, 3854, 3855, 3856,
   3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865,
   3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873,
   3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881,
-  3883, 3885, 3887, 3889, 3891, 3892, 3893, 3896,
-  3899, 3900, 3901, 3902, 3903
+  3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889,
+  3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897,
+  3899, 3901, 3903, 3905, 3907, 3908, 3909, 3912,
+  3915, 3916, 3917, 3918, 3919
 };
 
 /* i386 mnemonics table.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-28 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 10:50 [binutils-gdb] x86: templatize shift/rotate insns Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).