]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Enable support to Intel Keylocker instructions
authorTerry Guo <xuepeng.guo@intel.com>
Mon, 5 Nov 2018 05:28:48 +0000 (13:28 +0800)
committerCui,Lili <lili.cui@intel.com>
Wed, 23 Sep 2020 02:47:44 +0000 (10:47 +0800)
commitc4694f172b51a2168b8cc15109ab1b97fc0bcb9c
tree1c50e8425fdad64ae7dd733b0f377e392fa3ee52
parent9fcff415820e37db422500d80c78df32fa2f34f6
Enable support to Intel Keylocker instructions

gas/
* NEWS: Add Key Locker.
* config/tc-i386.c (cpu_arch): Add .kl and .wide_kl.
(cpu_noarch): Likewise.
* doc/c-i386.texi: Document kl and wide_kl.
* testsuite/gas/i386/i386.exp: Run keylocker tests.
* testsuite/gas/i386/keylocker-intel.d: New test.
* testsuite/gas/i386/keylocker.d: Likewise.
* testsuite/gas/i386/keylocker.s: Likewise.
* testsuite/gas/i386/x86-64-keylocker-intel.d: Likewise.
* testsuite/gas/i386/x86-64-keylocker.d: Likewise.
* testsuite/gas/i386/x86-64-keylocker.s: Likewise.
* testsuite/gas/i386/x86-64-property-10.d: Likewise.
* testsuite/gas/i386/property-10.d: Likewise.
* testsuite/gas/i386/property-10.s: Likewise.

opcodes/
* i386-dis.c (enum): Add REG_0F38D8_PREFIX_1,
MOD_0F38FA_PREFIX_1, MOD_0F38FB_PREFIX_1,
MOD_0F38DC_PREFIX_1, MOD_0F38DD_PREFIX_1,
MOD_0F38DE_PREFIX_1, MOD_0F38DF_PREFIX_1,
PREFIX_0F38D8, PREFIX_0F38FA, PREFIX_0F38FB.
(reg_table): New instructions (see prefixes above).
(prefix_table): Likewise.
(three_byte_table): Likewise.
(mod_table): Likewise
* i386-gen.c (cpu_flag_init): Add CPU_KL_FLAGS, CPU_WIDE_KL_FLAGS,
CPU_ANY_KL_FLAGS and CPU_ANY_WIDE_KL_FLAGS.
(cpu_flags): Likewise.
(operand_type_init): Likewise.
* i386-opc.h (enum): Add CpuKL and CpuWide_KL.
(i386_cpu_flags): Add cpukl and cpuwide_kl.
* i386-opc.tbl: Add KL and WIDE_KL insns.
* i386-init.h: Regenerate.
* i386-tbl.h: Likewise.
21 files changed:
gas/ChangeLog
gas/NEWS
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/keylocker-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/keylocker.d [new file with mode: 0644]
gas/testsuite/gas/i386/keylocker.s [new file with mode: 0644]
gas/testsuite/gas/i386/property-10.d [new file with mode: 0644]
gas/testsuite/gas/i386/property-10.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-keylocker-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-keylocker.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-keylocker.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-property-10.d [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h