PR rtl-optimization/88018
[official-gcc.git] / gcc / config / visium / visium.opt
blobec570e971467bcd5788360aa37b25efab56200e6
1 ; Options for Visium.
2 ; Copyright (C) 2005-2018 Free Software Foundation, Inc.
4 ; This file is part of GCC.
6 ; GCC is free software; you can redistribute it and/or modify it
7 ; under the terms of the GNU General Public License as published
8 ; by the Free Software Foundation; either version 3, or (at your
9 ; option) any later version.
11 ; GCC is distributed in the hope that it will be useful, but WITHOUT
12 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 ; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
14 ; License for more details.
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING3.  If not see
18 ; <http://www.gnu.org/licenses/>.  */
20 HeaderInclude
21 config/visium/visium-opts.h
23 mdebug
24 Target RejectNegative
25 Link with libc.a and libdebug.a.
27 msim
28 Target RejectNegative
29 Link with libc.a and libsim.a.
31 mfpu
32 Target Report Mask(FPU)
33 Use hardware FP (default).
35 mhard-float
36 Target RejectNegative Mask(FPU) MaskExists
37 Use hardware FP.
39 msoft-float
40 Target RejectNegative InverseMask(FPU)
41 Do not use hardware FP.
43 mcpu=
44 Target RejectNegative Joined Var(visium_cpu_and_features) Enum(visium_processor_type) Init(PROCESSOR_GR5)
45 Use features of and schedule code for given CPU.
47 mtune=
48 Target RejectNegative Joined Var(visium_cpu) Enum(visium_processor_type) Init(PROCESSOR_GR5)
49 Schedule code for given CPU.
51 Enum
52 Name(visium_processor_type) Type(enum processor_type)
54 EnumValue
55 Enum(visium_processor_type) String(mcm) Value(PROCESSOR_GR5)
57 EnumValue
58 Enum(visium_processor_type) String(gr5) Value(PROCESSOR_GR5)
60 EnumValue
61 Enum(visium_processor_type) String(gr6) Value(PROCESSOR_GR6)
63 msv-mode
64 Target RejectNegative Report Mask(SV_MODE)
65 Generate code for the supervisor mode (default).
67 muser-mode
68 Target RejectNegative Report InverseMask(SV_MODE)
69 Generate code for the user mode.
71 menable-trampolines
72 Target RejectNegative
73 Only retained for backward compatibility.
75 Mask(MCM)
76 ; Generate code for the MCM
78 Mask(BMI)
79 ; Generate the Block Move Instructions
81 Mask(FPU_IEEE)
82 ; Generate code for an IEEE-compliant FPU