This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/5] x86: support further AMD Zen2 instructions


Both RDPRU and MCOMMIT have been publicly documented meanwhile:
https://www.amd.com/system/files/TechDocs/24594.pdf.

The first four patches are preparatory cleanup (1-3 are
standalone, whereas 4 depends on [at least textually] parts of
the previously sent, but not yet applied "x86: further insn
template compaction" series [see the patch itself for further
detail]), while the last patch does the actual additions (and
only depends on the earlier patches here).

1: consolidate disassembler enum naming a little
2: split MONITORX/MWAITX entries
3: fold OP_Mwaitx() into OP_Mwait()
4: adjust register names printed for MONITOR/MWAIT
5: support further AMD Zen2 instructions

Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]