[PATCH 0/2] x86/insn: Add some more Intel instructions to the opcode map

From: Adrian Hunter
Date: Mon Nov 25 2019 - 07:51:45 EST


Hi

Here is a patch to update the x86 opcode map, and a patch to update the
perf tools' "new instructions" test accordingly.

There are still CET instructions to add, which Yu-cheng is doing.


Adrian Hunter (2):
x86/insn: perf tools: Add some more instructions to the new instructions test
x86/insn: Add some more Intel instructions to the opcode map

arch/x86/lib/x86-opcode-map.txt | 44 +-
tools/arch/x86/lib/x86-opcode-map.txt | 44 +-
tools/perf/arch/x86/tests/insn-x86-dat-32.c | 366 +++++++++++++++
tools/perf/arch/x86/tests/insn-x86-dat-64.c | 484 ++++++++++++++++++++
tools/perf/arch/x86/tests/insn-x86-dat-src.c | 655 +++++++++++++++++++++++++++
5 files changed, 1569 insertions(+), 24 deletions(-)


Regards
Adrian