PR/56490
[official-gcc.git] / gcc / config / sh / sh.opt
blob0ee36be45fa67229de59ed65656fcae93820dc91
1 ; Options for the SH port of the compiler.
3 ; Copyright (C) 2005-2013 Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
21 ;; Used for various architecture options.
22 Mask(SH_E)
24 ;; Set if the default precision of th FPU is single.
25 Mask(FPU_SINGLE)
27 ;; Set if we should generate code using type 2A insns.
28 Mask(HARD_SH2A)
30 ;; Set if we should generate code using type 2A DF insns.
31 Mask(HARD_SH2A_DOUBLE)
33 ;; Set if compiling for SH4 hardware (to be used for insn costs etc.)
34 Mask(HARD_SH4)
36 ;; Set if we should generate code for a SH5 CPU (either ISA).
37 Mask(SH5)
39 ;; Set if we should save all target registers.
40 Mask(SAVE_ALL_TARGET_REGS)
43 Target RejectNegative Mask(SH1) Condition(SUPPORT_SH1)
44 Generate SH1 code
47 Target RejectNegative Mask(SH2) Condition(SUPPORT_SH2)
48 Generate SH2 code
50 m2a
51 Target RejectNegative Condition(SUPPORT_SH2A)
52 Generate default double-precision SH2a-FPU code
54 m2a-nofpu
55 Target RejectNegative Condition(SUPPORT_SH2A_NOFPU)
56 Generate SH2a FPU-less code
58 m2a-single
59 Target RejectNegative Condition(SUPPORT_SH2A_SINGLE)
60 Generate default single-precision SH2a-FPU code
62 m2a-single-only
63 Target RejectNegative Condition(SUPPORT_SH2A_SINGLE_ONLY)
64 Generate only single-precision SH2a-FPU code
66 m2e
67 Target RejectNegative Condition(SUPPORT_SH2E)
68 Generate SH2e code
71 Target RejectNegative Mask(SH3) Condition(SUPPORT_SH3)
72 Generate SH3 code
74 m3e
75 Target RejectNegative Condition(SUPPORT_SH3E)
76 Generate SH3e code
79 Target RejectNegative Mask(SH4) Condition(SUPPORT_SH4)
80 Generate SH4 code
82 m4-100
83 Target RejectNegative Condition(SUPPORT_SH4)
84 Generate SH4-100 code
86 m4-200
87 Target RejectNegative Condition(SUPPORT_SH4)
88 Generate SH4-200 code
90 ;; TARGET_SH4_300 indicates if we have the ST40-300 instruction set and
91 ;; pipeline - irrespective of ABI.
92 m4-300
93 Target RejectNegative Condition(SUPPORT_SH4) Var(TARGET_SH4_300)
94 Generate SH4-300 code
96 m4-nofpu
97 Target RejectNegative Condition(SUPPORT_SH4_NOFPU)
98 Generate SH4 FPU-less code
100 m4-100-nofpu
101 Target RejectNegative Condition(SUPPORT_SH4_NOFPU)
102 Generate SH4-100 FPU-less code
104 m4-200-nofpu
105 Target RejectNegative Condition(SUPPORT_SH4_NOFPU)
106 Generate SH4-200 FPU-less code
108 m4-300-nofpu
109 Target RejectNegative Condition(SUPPORT_SH4_NOFPU) Var(TARGET_SH4_300)
110 Generate SH4-300 FPU-less code
112 m4-340
113 Target RejectNegative Condition(SUPPORT_SH4_NOFPU) Var(TARGET_SH4_300)
114 Generate code for SH4 340 series (MMU/FPU-less)
115 ;; passes -isa=sh4-nommu-nofpu to the assembler.
117 m4-400
118 Target RejectNegative Condition(SUPPORT_SH4_NOFPU)
119 Generate code for SH4 400 series (MMU/FPU-less)
120 ;; passes -isa=sh4-nommu-nofpu to the assembler.
122 m4-500
123 Target RejectNegative Condition(SUPPORT_SH4_NOFPU)
124 Generate code for SH4 500 series (FPU-less).
125 ;; passes -isa=sh4-nofpu to the assembler.
127 m4-single
128 Target RejectNegative Condition(SUPPORT_SH4_SINGLE)
129 Generate default single-precision SH4 code
131 m4-100-single
132 Target RejectNegative Condition(SUPPORT_SH4_SINGLE)
133 Generate default single-precision SH4-100 code
135 m4-200-single
136 Target RejectNegative Condition(SUPPORT_SH4_SINGLE)
137 Generate default single-precision SH4-200 code
139 m4-300-single
140 Target RejectNegative Condition(SUPPORT_SH4_SINGLE) Var(TARGET_SH4_300)
141 Generate default single-precision SH4-300 code
143 m4-single-only
144 Target RejectNegative Condition(SUPPORT_SH4_SINGLE_ONLY)
145 Generate only single-precision SH4 code
147 m4-100-single-only
148 Target RejectNegative Condition(SUPPORT_SH4_SINGLE_ONLY)
149 Generate only single-precision SH4-100 code
151 m4-200-single-only
152 Target RejectNegative Condition(SUPPORT_SH4_SINGLE_ONLY)
153 Generate only single-precision SH4-200 code
155 m4-300-single-only
156 Target RejectNegative Condition(SUPPORT_SH4_SINGLE_ONLY) Var(TARGET_SH4_300)
157 Generate only single-precision SH4-300 code
160 Target RejectNegative Mask(SH4A) Condition(SUPPORT_SH4A)
161 Generate SH4a code
163 m4a-nofpu
164 Target RejectNegative Condition(SUPPORT_SH4A_NOFPU)
165 Generate SH4a FPU-less code
167 m4a-single
168 Target RejectNegative Condition(SUPPORT_SH4A_SINGLE)
169 Generate default single-precision SH4a code
171 m4a-single-only
172 Target RejectNegative Condition(SUPPORT_SH4A_SINGLE_ONLY)
173 Generate only single-precision SH4a code
175 m4al
176 Target RejectNegative Condition(SUPPORT_SH4AL)
177 Generate SH4al-dsp code
179 m5-32media
180 Target RejectNegative Condition(SUPPORT_SH5_32MEDIA)
181 Generate 32-bit SHmedia code
183 m5-32media-nofpu
184 Target RejectNegative Condition(SUPPORT_SH5_32MEDIA_NOFPU)
185 Generate 32-bit FPU-less SHmedia code
187 m5-64media
188 Target RejectNegative Condition(SUPPORT_SH5_64MEDIA)
189 Generate 64-bit SHmedia code
191 m5-64media-nofpu
192 Target RejectNegative Condition(SUPPORT_SH5_64MEDIA_NOFPU)
193 Generate 64-bit FPU-less SHmedia code
195 m5-compact
196 Target RejectNegative Condition(SUPPORT_SH5_32MEDIA)
197 Generate SHcompact code
199 m5-compact-nofpu
200 Target RejectNegative Condition(SUPPORT_SH5_32MEDIA_NOFPU)
201 Generate FPU-less SHcompact code
203 maccumulate-outgoing-args
204 Target Report Var(TARGET_ACCUMULATE_OUTGOING_ARGS) Init(1)
205 Reserve space for outgoing arguments in the function prologue
207 madjust-unroll
208 Target Ignore
209 Does nothing.  Preserved for backward compatibility.
212 Target Report RejectNegative InverseMask(LITTLE_ENDIAN)
213 Generate code in big endian mode
215 mbigtable
216 Target Report RejectNegative Mask(BIGTABLE)
217 Generate 32-bit offsets in switch tables
219 mbitops
220 Target Report RejectNegative Mask(BITOPS)
221 Generate bit instructions
223 mbranch-cost=
224 Target RejectNegative Joined UInteger Var(sh_branch_cost) Init(-1)
225 Cost to assume for a branch insn
227 mzdcbranch
228 Target Var(TARGET_ZDCBRANCH)
229 Assume that zero displacement conditional branches are fast
231 mcbranchdi
232 Target Var(TARGET_CBRANCHDI4)
233 Enable cbranchdi4 pattern
235 mcmpeqdi
236 Target Var(TARGET_CMPEQDI_T)
237 Emit cmpeqdi_t pattern even when -mcbranchdi is in effect.
239 mcut2-workaround
240 Target RejectNegative Var(TARGET_SH5_CUT2_WORKAROUND)
241 Enable SH5 cut2 workaround
243 mdalign
244 Target Report RejectNegative Mask(ALIGN_DOUBLE)
245 Align doubles at 64-bit boundaries
247 mdiv=
248 Target RejectNegative Joined Var(sh_div_str) Init("")
249 Division strategy, one of: call, call2, fp, inv, inv:minlat, inv20u, inv20l, inv:call, inv:call2, inv:fp, call-div1, call-fp, call-table
251 mdivsi3_libfunc=
252 Target RejectNegative Joined Var(sh_divsi3_libfunc) Init("")
253 Specify name for 32 bit signed division function
255 mfmovd
256 Target RejectNegative Mask(FMOVD)
257 Enable the use of 64-bit floating point registers in fmov instructions.  See -mdalign if 64-bit alignment is required.
259 mfixed-range=
260 Target RejectNegative Joined Var(sh_fixed_range_str)
261 Specify range of registers to make fixed
263 mgettrcost=
264 Target RejectNegative Joined UInteger Var(sh_gettrcost) Init(-1)
265 Cost to assume for gettr insn
267 mhitachi
268 Target Report RejectNegative Mask(HITACHI)
269 Follow Renesas (formerly Hitachi) / SuperH calling conventions
271 mieee
272 Target Var(TARGET_IEEE)
273 Increase the IEEE compliance for floating-point comparisons
275 mindexed-addressing
276 Target Report Mask(ALLOW_INDEXED_ADDRESS) Condition(SUPPORT_ANY_SH5_32MEDIA)
277 Enable the use of the indexed addressing mode for SHmedia32/SHcompact
279 minline-ic_invalidate
280 Target Report Var(TARGET_INLINE_IC_INVALIDATE)
281 inline code to invalidate instruction cache entries after setting up nested function trampolines
283 minvalid-symbols
284 Target Report Mask(INVALID_SYMBOLS) Condition(SUPPORT_ANY_SH5)
285 Assume symbols might be invalid
287 misize
288 Target Report RejectNegative Mask(DUMPISIZE)
289 Annotate assembler instructions with estimated addresses
292 Target Report RejectNegative Mask(LITTLE_ENDIAN)
293 Generate code in little endian mode
295 mnomacsave
296 Target Report RejectNegative Mask(NOMACSAVE)
297 Mark MAC register as call-clobbered
299 ;; ??? This option is not useful, but is retained in case there are people
300 ;; who are still relying on it.  It may be deleted in the future.
301 mpadstruct
302 Target Report RejectNegative Mask(PADSTRUCT)
303 Make structs a multiple of 4 bytes (warning: ABI altered)
305 mprefergot
306 Target Report RejectNegative Mask(PREFERGOT)
307 Emit function-calls using global offset table when generating PIC
309 mpt-fixed
310 Target Report Mask(PT_FIXED) Condition(SUPPORT_ANY_SH5)
311 Assume pt* instructions won't trap
313 mrelax
314 Target Report RejectNegative Mask(RELAX)
315 Shorten address references during linking
317 mrenesas
318 Target Mask(HITACHI)
319 Follow Renesas (formerly Hitachi) / SuperH calling conventions
321 msoft-atomic
322 Target Undocumented Alias(matomic-model=, soft-gusa, none)
323 Deprecated.  Use -matomic= instead to select the atomic model
325 matomic-model=
326 Target Report RejectNegative Joined Var(sh_atomic_model_str)
327 Specify the model for atomic operations
329 mtas
330 Target Report RejectNegative Var(TARGET_ENABLE_TAS)
331 Use tas.b instruction for __atomic_test_and_set
333 mspace
334 Target RejectNegative Alias(Os)
335 Deprecated.  Use -Os instead
337 multcost=
338 Target RejectNegative Joined UInteger Var(sh_multcost) Init(-1)
339 Cost to assume for a multiply insn
341 musermode
342 Target Report RejectNegative Mask(USERMODE)
343 Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code would not work in user mode.
345 ;; We might want to enable this by default for TARGET_HARD_SH4, because
346 ;; zero-offset branches have zero latency.  Needs some benchmarking.
347 mpretend-cmove
348 Target Var(TARGET_PRETEND_CMOVE)
349 Pretend a branch-around-a-move is a conditional move.
351 mfsca
352 Target Var(TARGET_FSCA)
353 Enable the use of the fsca instruction
355 mfsrra
356 Target Var(TARGET_FSRRA)
357 Enable the use of the fsrra instruction