Add new NDS32 options -mext-perf, -mext-perf2 and -mext-string in the documentation.
authorChung-Ju Wu <jasonwucj@gmail.com>
Fri, 12 Jan 2018 08:44:21 +0000 (08:44 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Fri, 12 Jan 2018 08:44:21 +0000 (08:44 +0000)
gcc/
* doc/invoke.texi (NDS32 Options): Add -mext-perf, -mext-perf2 and
-mext-string options.

From-SVN: r256564

gcc/ChangeLog
gcc/doc/invoke.texi

index db405821480f58570a82cb0ccc94ac0e563f18c1..51cf22beac9099ce12b1351cb0cfe799880be171 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-12  Chung-Ju Wu  <jasonwucj@gmail.com>
+
+       * doc/invoke.texi (NDS32 Options): Add -mext-perf, -mext-perf2 and
+       -mext-string options.
+
 2018-01-12  Richard Biener  <rguenther@suse.de>
 
        * lto-streamer-out.c (DFS::DFS_write_tree_body): Process
index c443c668c8509420056322f1a8ee100cd6fb708c..a9449a86064a9003590bf2bdd828636e8b9df22d 100644 (file)
@@ -941,7 +941,9 @@ Objective-C and Objective-C++ Dialects}.
 @gccoptlist{-mbig-endian  -mlittle-endian @gol
 -mreduced-regs  -mfull-regs @gol
 -mcmov  -mno-cmov @gol
--mperf-ext  -mno-perf-ext @gol
+-mext-perf  -mno-ext-perf @gol
+-mext-perf2  -mno-ext-perf2 @gol
+-mext-string  -mno-ext-string @gol
 -mv3push  -mno-v3push @gol
 -m16bit  -mno-16bit @gol
 -misr-vector-size=@var{num} @gol
@@ -21304,14 +21306,30 @@ Generate conditional move instructions.
 @opindex mno-cmov
 Do not generate conditional move instructions.
 
-@item -mperf-ext
+@item -mext-perf
 @opindex mperf-ext
 Generate performance extension instructions.
 
-@item -mno-perf-ext
+@item -mno-ext-perf
 @opindex mno-perf-ext
 Do not generate performance extension instructions.
 
+@item -mext-perf2
+@opindex mperf-ext
+Generate performance extension 2 instructions.
+
+@item -mno-ext-perf2
+@opindex mno-perf-ext
+Do not generate performance extension 2 instructions.
+
+@item -mext-string
+@opindex mperf-ext
+Generate string extension instructions.
+
+@item -mno-ext-string
+@opindex mno-perf-ext
+Do not generate string extension instructions.
+
 @item -mv3push
 @opindex mv3push
 Generate v3 push25/pop25 instructions.