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

From: Arnaldo Carvalho de Melo
Date: Mon Nov 25 2019 - 08:46:55 EST


Em Mon, Nov 25, 2019 at 02:50:42PM +0200, Adrian Hunter escreveu:
> 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.

Thanks, applied.

- Arnaldo

>
> 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

--

- Arnaldo