]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
x86: add missing No_qSuf to non-64-bit PTWRITE
authorJan Beulich <jbeulich@suse.com>
Wed, 3 Apr 2024 08:41:30 +0000 (10:41 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 3 Apr 2024 08:41:30 +0000 (10:41 +0200)
While largely benign, it still should have been put there when the
original single template was split (commit a04973848dc5).

opcodes/i386-opc.tbl
opcodes/i386-tbl.h

index d2ec8256af720a30eeb79541d8b825336ea73200..5d0c81b885376b82bb54597d7d918dfd72dc8a7d 100644 (file)
@@ -3006,7 +3006,7 @@ rdpid, 0xf30fc7/7, RDPID&x64, Modrm|NoSuf|NoRex64, { Reg64 }
 
 // PTWRITE instructions.
 
-ptwrite, 0xf30fae/4, PTWRITE&No64, Modrm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf, { Reg32|Unspecified|BaseIndex }
+ptwrite, 0xf30fae/4, PTWRITE&No64, Modrm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf|No_qSuf, { Reg32|Unspecified|BaseIndex }
 ptwrite, 0xf30fae/4, PTWRITE&x64, Modrm|No_bSuf|No_wSuf|No_sSuf, { Reg32|Reg64|Unspecified|BaseIndex }
 
 // PTWRITE instructions end.
index d203adf1a6ed1839cac479c22ddb409b0c7710c1..bc98f5df3cb24a0ce08024da0d7187d893adefde 100644 (file)
@@ -37611,7 +37611,7 @@ static const insn_template i386_optab[] =
     { { { 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 } } } },
   { MN_ptwrite, 0xae, 1, SPACE_0F, 4,
-    { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0,
+    { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 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 },
     { { 103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } },