diff options
author | Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com> | 2015-03-17 21:49:15 +0530 |
---|---|---|
committer | Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com> | 2015-03-17 21:49:15 +0530 |
commit | 029f3522619e8b77a7b848be23f4c13e50087d8b (patch) | |
tree | 484cbee2753ca7c12d2d0db7a28864e2e45e7456 /gas/doc | |
parent | 393bd0c06b64ff6076f28053cbd2fce352023c70 (diff) | |
download | gdb-029f3522619e8b77a7b848be23f4c13e50087d8b.zip gdb-029f3522619e8b77a7b848be23f4c13e50087d8b.tar.gz gdb-029f3522619e8b77a7b848be23f4c13e50087d8b.tar.bz2 |
Add znver1 processor
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index d9dfbdd..e57b2c1 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -120,6 +120,7 @@ processor names are recognized: @code{bdver2}, @code{bdver3}, @code{bdver4}, +@code{znver1}, @code{btver1}, @code{btver2}, @code{generic32} and @@ -187,6 +188,7 @@ accept various extension mnemonics. For example, @code{rtm}, @code{invpcid}, @code{clflush}, +@code{clzero}, @code{lwp}, @code{fma4}, @code{xop}, @@ -1072,7 +1074,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{corei7} @tab @samp{l1om} @tab @samp{k1om} @item @samp{k6} @tab @samp{k6_2} @tab @samp{athlon} @tab @samp{k8} @item @samp{amdfam10} @tab @samp{bdver1} @tab @samp{bdver2} @tab @samp{bdver3} -@item @samp{bdver4} @tab @samp{btver1} @tab @samp{btver2} +@item @samp{bdver4} @tab @samp{znver1} @tab @samp{btver1} @tab @samp{btver2} @item @samp{generic32} @tab @samp{generic64} @item @samp{.mmx} @tab @samp{.sse} @tab @samp{.sse2} @tab @samp{.sse3} @item @samp{.ssse3} @tab @samp{.sse4.1} @tab @samp{.sse4.2} @tab @samp{.sse4} @@ -1090,7 +1092,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @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} -@item @samp{.padlock} +@item @samp{.padlock} @tab @samp{.clzero} @end multitable Apart from the warning, there are only two other effects on |