public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] x86: add missing No_qSuf to non-64-bit PTWRITE
@ 2024-03-25 10:19 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2024-03-25 10:19 UTC (permalink / raw)
  To: Binutils; +Cc: H.J. Lu

While largely benign, it still should have been put there when the
original single template was split (commit a04973848dc5).

--- a/opcodes/i386-opc.tbl
+++ b/opcodes/i386-opc.tbl
@@ -3098,7 +3098,7 @@ rdpid, 0xf30fc7/7, RDPID&x64, Modrm|NoSu
 
 // 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.

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-25 10:19 [PATCH] 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).