diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-02-19 19:10:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-02-19 19:10:31 +0000 |
commit | 5c111e376966558968049df5839776067729d3c8 (patch) | |
tree | a0e18c370e0232d55afb89716916338e8b7d6a36 /gas/doc | |
parent | f698ca8e12472fe919b1ab2b81961b9771d3cd70 (diff) | |
download | gdb-5c111e376966558968049df5839776067729d3c8.zip gdb-5c111e376966558968049df5839776067729d3c8.tar.gz gdb-5c111e376966558968049df5839776067729d3c8.tar.bz2 |
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.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index f68cca2..9aae847 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -149,6 +149,7 @@ accept various extension mnemonics. For example, @code{adx}, @code{rdseed}, @code{prfchw}, +@code{smap}, @code{noavx}, @code{vmx}, @code{vmfunc}, @@ -1027,6 +1028,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.rdrnd} @tab @samp{.f16c} @tab @samp{.avx2} @tab @samp{.bmi2} @item @samp{.lzcnt} @tab @samp{.invpcid} @tab @samp{.vmfunc} @tab @samp{.hle} @item @samp{.rtm} @tab @samp{.adx} @tab @samp{.rdseed} @tab @samp{.prfchw} +@item @samp{.smap} @item @samp{.3dnow} @tab @samp{.3dnowa} @tab @samp{.sse4a} @tab @samp{.sse5} @item @samp{.syscall} @tab @samp{.rdtscp} @tab @samp{.svme} @tab @samp{.abm} @item @samp{.lwp} @tab @samp{.fma4} @tab @samp{.xop} @tab @samp{.cx16} |