diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-01-13 22:19:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-01-13 22:19:32 +0000 |
commit | 8729a6f6a5148fb4dcb280a95dc0bdc35f02b96e (patch) | |
tree | e731aa0ff5a9e0ba9c1801d5a1ee04e3f75538e1 /gas/doc/c-i386.texi | |
parent | 7d5d4e982dcfc68a869ab0f63146751f6ba27c58 (diff) | |
download | gdb-8729a6f6a5148fb4dcb280a95dc0bdc35f02b96e.zip gdb-8729a6f6a5148fb4dcb280a95dc0bdc35f02b96e.tar.gz gdb-8729a6f6a5148fb4dcb280a95dc0bdc35f02b96e.tar.bz2 |
Add vmfunc
gas/
2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (cpu_arch): Add ".vmfunc".
* doc/c-i386.texi: Document vmfunc.
gas/testsuite/
2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Run vmfunc and x86-64-vmfunc.
* gas/i386/vmfunc.d: New.
* gas/i386/vmfunc.s: Likewise.
* gas/i386/x86-64-vmfunc.d: Likewise.
opcodes/
2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (mod_table): Add vmfunc.
* i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
(cpu_flags): CpuVMFUNC.
* i386-opc.h (CpuVMFUNC): New.
(i386_cpu_flags): Add cpuvmfunc.
* i386-opc.tbl: Add vmfunc.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
Diffstat (limited to 'gas/doc/c-i386.texi')
-rw-r--r-- | gas/doc/c-i386.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 30745b4..57f9146 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -145,6 +145,7 @@ accept various extension mnemonics. For example, @code{avx2}, @code{noavx}, @code{vmx}, +@code{vmfunc}, @code{smx}, @code{xsave}, @code{xsaveopt}, @@ -1014,7 +1015,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.clflush} @tab @samp{.movbe} @tab @samp{.xsave} @tab @samp{.xsaveopt} @item @samp{.aes} @tab @samp{.pclmul} @tab @samp{.fma} @tab @samp{.fsgsbase} @item @samp{.rdrnd} @tab @samp{.f16c} @tab @samp{.avx2} @tab @samp{.bmi2} -@item @samp{.lzcnt} @tab @samp{.invpcid} +@item @samp{.lzcnt} @tab @samp{.invpcid} @tab @samp{.vmfunc} @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} |