public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] x86: add missing No_qSuf to non-64-bit PTWRITE
@ 2024-04-03  8:43 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2024-04-03  8:43 UTC (permalink / raw)
  To: binutils-cvs

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

commit ef9a6314d8a7c6d29ae448926a736d57a31ee740
Author: Jan Beulich <jbeulich@suse.com>
Date:   Wed Apr 3 10:41:30 2024 +0200

    x86: add missing No_qSuf to non-64-bit PTWRITE
    
    While largely benign, it still should have been put there when the
    original single template was split (commit a04973848dc5).

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

diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl
index d2ec8256af7..5d0c81b8853 100644
--- a/opcodes/i386-opc.tbl
+++ b/opcodes/i386-opc.tbl
@@ -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.
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h
index d203adf1a6e..bc98f5df3cb 100644
--- a/opcodes/i386-tbl.h
+++ b/opcodes/i386-tbl.h
@@ -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 } },

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

only message in thread, other threads:[~2024-04-03  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03  8:43 [binutils-gdb] x86: add missing No_qSuf to non-64-bit PTWRITE 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).