diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2019-06-06 07:57:52 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2019-06-06 07:57:52 -0700 |
commit | dd455cf51d2b273edf6173fcb25fc1e3c5b966b2 (patch) | |
tree | 4c149dc969f1fdadb5522dcd0236354e31d0d52a /gas/doc | |
parent | 8d01b5310ee3c5f8b62eb1b8177e6ab7f25d4a2c (diff) | |
download | gdb-dd455cf51d2b273edf6173fcb25fc1e3c5b966b2.zip gdb-dd455cf51d2b273edf6173fcb25fc1e3c5b966b2.tar.gz gdb-dd455cf51d2b273edf6173fcb25fc1e3c5b966b2.tar.bz2 |
gas: Add .enqcmd and noenqcmd directives
2019-06-06 Lili Cui <lili.cui@intel.com>
* config/tc-i386.c (cpu_arch): Add .enqcmd.
(cpu_noarch): Add noenqcmd.
* doc/c-i386.texi: Document noenqcmd.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index b0ec341..9d821ae 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -217,6 +217,7 @@ accept various extension mnemonics. For example, @code{noavx512_bitalg}, @code{noavx512_vp2intersect}, @code{noavx512_bf16}, +@code{noenqcmd}, @code{vmx}, @code{vmfunc}, @code{smx}, |