From 8729a6f6a5148fb4dcb280a95dc0bdc35f02b96e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 13 Jan 2012 22:19:32 +0000 Subject: Add vmfunc gas/ 2012-01-13 H.J. Lu * config/tc-i386.c (cpu_arch): Add ".vmfunc". * doc/c-i386.texi: Document vmfunc. gas/testsuite/ 2012-01-13 H.J. Lu * 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 * 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. --- gas/doc/c-i386.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gas/doc/c-i386.texi') 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} -- cgit v1.1