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

From: Adrian Hunter
Date: Fri Nov 15 2019 - 08:55:51 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 a lot of AVX instructions to add and also
CET instructions, which Yu-cheng is adding.


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

arch/x86/lib/x86-opcode-map.txt | 18 +++--
tools/arch/x86/lib/x86-opcode-map.txt | 18 +++--
tools/perf/arch/x86/tests/insn-x86-dat-32.c | 52 +++++++++++++
tools/perf/arch/x86/tests/insn-x86-dat-64.c | 62 +++++++++++++++
tools/perf/arch/x86/tests/insn-x86-dat-src.c | 109 +++++++++++++++++++++++++++
5 files changed, 247 insertions(+), 12 deletions(-)


Regards
Adrian