Implement Intel SMAP instructions
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Feb 2013 19:10:31 +0000 (19:10 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Feb 2013 19:10:31 +0000 (19:10 +0000)
commit5c111e376966558968049df5839776067729d3c8
treea0e18c370e0232d55afb89716916338e8b7d6a36
parentf698ca8e12472fe919b1ab2b81961b9771d3cd70
Implement Intel SMAP instructions

gas/

PR gas/15159
* config/tc-i386.c (cpu_arch): Add ".smap".

* doc/c-i386.texi: Document smap.

gas/testsuite/

PR gas/15159
* gas/i386/i386.exp: Run smap and x86-64-smap.

* gas/i386/smap.d: New file.
* gas/i386/smap.s: likewise.
* gas/i386/x86-64-smap.d: likewise.

opcodes/

PR gas/15159
* i386-dis.c (rm_table): Add clac and stac to RM_0F01_REG_1.

* i386-gen.c (cpu_flag_init): Add CPU_SMAP_FLAGS.
(cpu_flags): Add CpuSMAP.

* i386-opc.h (CpuSMAP): New.
(i386_cpu_flags): Add cpusmap.

* i386-opc.tbl: Add clac and stac.

* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
15 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/smap.d [new file with mode: 0644]
gas/testsuite/gas/i386/smap.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-smap.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
This page took 0.026268 seconds and 4 git commands to generate.