Commit b710b08a by Chung-Ju Wu Committed by Chung-Ju Wu

Add new NDS32 options -mext-perf, -mext-perf2 and -mext-string in the documentation.

gcc/
	* doc/invoke.texi (NDS32 Options): Add -mext-perf, -mext-perf2 and
	-mext-string options.

From-SVN: r256564
parent c1a7ca7c
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
......
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment