]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/i386-opc.h
Add support for Intel SGX instructions
authorIlya Tocar <ilya.tocar@intel.com>
Thu, 3 Apr 2014 12:40:04 +0000 (16:40 +0400)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 4 Apr 2014 15:24:47 +0000 (08:24 -0700)
commit2cf200a4c8a850e6f696e572ea03f340eae97c8a
tree8828a6b643d1568b47b5720a43a41a99dc6695b2
parent26954155a64f1a6a24b96213a8ee2f5390e649c6
Add support for Intel SGX instructions

Add Intel SGX instructions support to assembler and disassembler.

gas/

* config/tc-i386.c (cpu_arch): Add .se1.
* doc/c-i386.texi: Document .se1/se1.

gas/testsuite/

* gas/i386/i386.exp: Run SE1 tests.
* gas/i386/se1.d: New file.
* gas/i386/se1.s: Ditto.
* gas/i386/x86-64-se1.d: Ditto.
* gas/i386/x86-64-se1.s: Ditto.

opcodes/

* i386-dis.c (rm_table): Add encls, enclu.
* i386-gen.c (cpu_flag_init): Add CPU_SE1_FLAGS,
(cpu_flags): Add CpuSE1.
* i386-opc.h (enum): Add CpuSE1.
(i386_cpu_flags): Add cpuse1.
* i386-opc.tbl: Add encls, enclu.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
15 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/se1.d [new file with mode: 0644]
gas/testsuite/gas/i386/se1.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-se1.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-se1.s [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