diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-03-04 08:58:13 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-03-04 08:58:13 +0100 |
commit | a847e32224d9a4297514a9a291c024c207eefdb9 (patch) | |
tree | 4b3249c7f20c260a86f95a95b67f2c7693ee54fe /gas/doc | |
parent | 45830fd60e3c7b694dfa03f6fc1e7de431a3fcd1 (diff) | |
download | gdb-a847e32224d9a4297514a9a291c024c207eefdb9.zip gdb-a847e32224d9a4297514a9a291c024c207eefdb9.tar.gz gdb-a847e32224d9a4297514a9a291c024c207eefdb9.tar.bz2 |
x86: support VMGEXIT
It has been publicly documented for quite some time, albeit not in the
"General-Purpose and System Instructions" volume:
https://www.amd.com/system/files/TechDocs/24593.pdf.
Diffstat (limited to 'gas/doc')
-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 8c8e8d0..c536759 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -251,6 +251,7 @@ accept various extension mnemonics. For example, @code{cldemote}, @code{rdpru}, @code{mcommit}, +@code{sev_es}, @code{lwp}, @code{fma4}, @code{xop}, @@ -1454,7 +1455,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.syscall} @tab @samp{.rdtscp} @tab @samp{.svme} @item @samp{.lwp} @tab @samp{.fma4} @tab @samp{.xop} @tab @samp{.cx16} @item @samp{.padlock} @tab @samp{.clzero} @tab @samp{.mwaitx} @tab @samp{.rdpru} -@item @samp{.mcommit} +@item @samp{.mcommit} @tab @samp{.sev_es} @end multitable Apart from the warning, there are only two other effects on |