diff options
author | Igor Tsimbalist <igor.v.tsimbalist@intel.com> | 2017-01-12 08:42:17 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-01-12 08:44:24 -0800 |
commit | 620214f742f7816e2844e1bb7f78a7a684431927 (patch) | |
tree | e39b951fa3ab85dd33960b110cc1cf29f2545d5d /gas/doc | |
parent | 3015c06465584a437261c65a397fbd8f1a71aae7 (diff) | |
download | gdb-620214f742f7816e2844e1bb7f78a7a684431927.zip gdb-620214f742f7816e2844e1bb7f78a7a684431927.tar.gz gdb-620214f742f7816e2844e1bb7f78a7a684431927.tar.bz2 |
Enable Intel AVX512_VPOPCNTDQ instructions
gas/
2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
* config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
(cpu_noarch): Add noavx512_vpopcntdq.
* doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
* testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
* testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
* testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
* testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
* testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
* testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
* testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
opcodes/
2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
* i386-dis.c (enum): Add PREFIX_EVEX_0F3855, EVEX_W_0F3855_P_2.
* i386-dis-evex.h (evex_table): Updated.
* i386-gen.c (cpu_flag_init): Add CPU_AVX512_VPOPCNTDQ_FLAGS,
CPU_ANY_AVX512_VPOPCNTDQ_FLAGS. Update CPU_ANY_AVX512F_FLAGS.
(cpu_flags): Add CpuAVX512_VPOPCNTDQ.
* i386-opc.h (enum): (AVX512_VPOPCNTDQ): New.
(i386_cpu_flags): Add cpuavx512_vpopcntdq.
* i386-opc.tbl: Add Intel AVX512_VPOPCNTDQ instructions.
* i386-init.h: Regenerate.
* i386-tbl.h: Ditto.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 4968b36..d4e0294 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -182,6 +182,7 @@ accept various extension mnemonics. For example, @code{avx512vbmi}, @code{avx512_4fmaps}, @code{avx512_4vnniw}, +@code{avx512_vpopcntdq}, @code{noavx512f}, @code{noavx512cd}, @code{noavx512er}, @@ -193,6 +194,7 @@ accept various extension mnemonics. For example, @code{noavx512vbmi}, @code{noavx512_4fmaps}, @code{noavx512_4vnniw}, +@code{noavx512_vpopcntdq}, @code{vmx}, @code{vmfunc}, @code{smx}, @@ -1195,7 +1197,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.avx512f} @tab @samp{.avx512cd} @tab @samp{.avx512er} @tab @samp{.avx512pf} @item @samp{.avx512vl} @tab @samp{.avx512bw} @tab @samp{.avx512dq} @tab @samp{.avx512ifma} @item @samp{.avx512vbmi} @tab @samp{.avx512_4fmaps} @tab @samp{.avx512_4vnniw} -@item @samp{.clwb} @tab @samp{.rdpid} @tab @samp{.ptwrite} +@item @samp{.avx512_vpopcntdq} @tab @samp{.clwb} @tab @samp{.rdpid} @tab @samp{.ptwrite} @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} |