public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Support APX CCMP and CTEST
@ 2024-06-11  8:06 Cui, Lili
  2024-06-11  8:06 ` [PATCH 1/3] " Cui, Lili
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Cui, Lili @ 2024-06-11  8:06 UTC (permalink / raw)
  To: binutils; +Cc: hjl.tools, jbeulich

Resend "Support APX CCMP and CTEST", patch 2/3 needs to depend on it

*** BLURB HERE ***

Cui, Lili (3):
  Support APX CCMP and CTEST
  Remove %ME and used %NE for movbe.
  Fix typo in i386-dis-evex-mod.h

 gas/config/tc-i386.c                          | 150 +++++++++++-
 .../gas/i386/x86-64-apx-ccmp-ctest-intel.d    | 220 ++++++++++++++++++
 .../gas/i386/x86-64-apx-ccmp-ctest-inval.l    |  15 ++
 .../gas/i386/x86-64-apx-ccmp-ctest-inval.s    |  18 ++
 .../gas/i386/x86-64-apx-ccmp-ctest.d          | 220 ++++++++++++++++++
 .../gas/i386/x86-64-apx-ccmp-ctest.s          | 216 +++++++++++++++++
 .../gas/i386/x86-64-apx-evex-promoted-bad.d   |  22 +-
 .../gas/i386/x86-64-apx-evex-promoted-bad.s   |  12 +-
 gas/testsuite/gas/i386/x86-64.exp             |   3 +
 opcodes/i386-dis-evex-mod.h                   |  14 +-
 opcodes/i386-dis-evex-reg.h                   |  11 +-
 opcodes/i386-dis-evex.h                       |  16 +-
 opcodes/i386-dis.c                            | 120 +++++++---
 opcodes/i386-opc.h                            |   2 +
 opcodes/i386-opc.tbl                          |  19 ++
 15 files changed, 998 insertions(+), 60 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest-intel.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest-inval.l
 create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest-inval.s
 create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest.s

-- 
2.34.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-06-14 10:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11  8:06 [PATCH 0/3] Support APX CCMP and CTEST Cui, Lili
2024-06-11  8:06 ` [PATCH 1/3] " Cui, Lili
2024-06-12 14:37   ` Jan Beulich
2024-06-13 10:30     ` Cui, Lili
2024-06-13 11:31       ` Jan Beulich
2024-06-14  3:29         ` Cui, Lili
2024-06-14  6:21           ` Jan Beulich
2024-06-14 10:29             ` Cui, Lili
2024-06-11  8:06 ` [PATCH 2/3] Remove %ME and used %NE for movbe Cui, Lili
2024-06-12 14:40   ` Jan Beulich
2024-06-11  8:06 ` [PATCH 3/3] Fix typo in i386-dis-evex-mod.h Cui, Lili
2024-06-12 14:39   ` 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).