/openbsd/gnu/gcc/gcc/config/cris/ |
H A D | t-elfmulti | 3 MULTILIB_OPTIONS = march=v10 6 march?v10=mcpu?etrax100lx \ 7 march?v10=mcpu?ng \ 8 march?v10=march?etrax100lx \ 9 march?v10=march?ng \ 10 march?v10=march?v11 \ 11 march?v10=mcpu?v11 \ 12 march?v10=mcpu?v10
|
H A D | cris.opt | 164 march= 166 -march=ARCH Generate code for the specified chip or CPU version
|
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | t-elfmulti | 3 MULTILIB_OPTIONS = march=v10 6 march?v10=mcpu?etrax100lx \ 7 march?v10=mcpu?ng \ 8 march?v10=march?etrax100lx \ 9 march?v10=march?ng \ 10 march?v10=march?v11 \ 11 march?v10=mcpu?v11 \ 12 march?v10=mcpu?v10
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | t-vr | 39 # march=vr5000 40 # march=vr5400 41 # march=vr5500 77 mfix-vr4120/mfix-vr4130/march=vr4300/march=vr5000/march=vr5400/march=vr5500 98 *mips16/march=vr5* \ 99 *mips16/march=vr4300 \ 108 *mabi=32*march=vr4300 \ 109 *mgp32*march=vr4300 \ 110 *mlong64*march=vr4300 \ 111 march=vr4300 \ [all …]
|
H A D | mips.opt | 34 march= 36 -march=ISA Generate code for the given ISA
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | t-vr | 33 # Architecture: march=vr5400 34 # march=vr4100 35 # march=vr4100/mips16 44 march=vr5400/march=vr4100 67 *mips16/march=vr5*
|
/openbsd/libexec/ld.so/riscv64/ |
H A D | Makefile.inc | 4 CFLAGS += -march=rv64imac # this prevents the use of float in ld.so 6 AFLAGS += -march=rv64imac
|
/openbsd/gnu/gcc/gcc/config/mt/ |
H A D | t-mt | 64 MULTILIB_OPTIONS = march=ms1-64-001/march=ms1-16-002/march=ms1-16-003/march=ms2
|
H A D | mt.opt | 54 march=
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-mt.texi | 29 @cindex @code{-march=} command line option, MT 30 @item -march=@var{processor}
|
H A D | c-cris.texi | 72 @cindex @option{--march=@var{architecture}} command line option, CRIS 73 @cindex CRIS @option{--march=@var{architecture}} command line option 76 The option @option{--march=@var{architecture}} 77 @anchor{march-option}specifies the recognized instruction set 186 This symbol is non-zero when @option{--march=v0_v10} is specified 190 Set according to the option @option{--march=common_v10_v32}. 193 Reflects the option @option{--march=v10}. 196 Corresponds to @option{--march=v10}. 403 for the @option{--march=@var{architecture}} option 404 (@pxref{march-option}).
|
H A D | c-m68k.texi | 35 @cindex @samp{-march=} command line option, M680x0 36 @item -march=@var{architecture} 55 @option{-march} option, the cpu must be within the specified 76 @option{-march=isaaplus} includes the @option{-mdiv} option), 449 for @var{name} are the same as for the @option{-march} command line 452 or in conjuction with the @option{-march} option, all uses must be for
|
/openbsd/gnu/usr.bin/perl/Cross/ |
H A D | Makefile | 25 FULL_OPTIMIZATION += -march=armv4 -mtune=strongarm1100 -mapcs-32 26 OPTIMIZATION += -march=armv4 -mtune=strongarm1100 -mapcs-32
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa.opt | 22 march=1.0 26 march=1.1 30 march=2.0
|
/openbsd/gnu/llvm/compiler-rt/cmake/ |
H A D | base-config-ix.cmake | 251 test_target_arch(armv4t "" "-march=armv4t" "-mfloat-abi=soft") 252 test_target_arch(armv6m "" "-march=armv6m" "-mfloat-abi=soft") 253 test_target_arch(arm "" "-march=armv7-a" "-mfloat-abi=soft") 254 test_target_arch(armhf "" "-march=armv7-a" "-mfloat-abi=hard") 259 test_target_arch(aarch32 "" "-march=armv8-a") 261 test_target_arch(aarch64 "" "-march=armv8-a")
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llc.rst | 19 determined from the input file, unless the :option:`-march` option is used to 62 .. option:: -march=<arch> 77 llvm-as < /dev/null | llc -march=xyz -mcpu=help 95 llvm-as < /dev/null | llc -march=xyz -mattr=help 143 the :option:`-march` option so that code can be generated for that target.
|
H A D | lli.rst | 74 .. option:: -march=arch 86 **llvm-as < /dev/null | llc -march=xyz -mcpu=help** 93 **llvm-as < /dev/null | llc -march=xyz -mattr=help**
|
/openbsd/libexec/ld.so/aarch64/ |
H A D | Makefile.inc | 4 CFLAGS += -march=armv8-a+nofp+nosimd # this is -msoft-float
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 618 EngineBuilder &setMArch(StringRef march) { in setMArch() argument 619 MArch.assign(march.begin(), march.end()); in setMArch()
|
/openbsd/gnu/gcc/libgomp/ |
H A D | configure.tgt | 53 XCFLAGS="${XCFLAGS} -march=i486 -mtune=${target_cpu}" 64 XCFLAGS="${XCFLAGS} -march=i486 -mtune=i686"
|
/openbsd/games/adventure/ |
H A D | extern.h | 87 int march(void);
|
/openbsd/gnu/llvm/llvm/utils/gn/build/toolchain/ |
H A D | target_flags.gni | 20 target_flags += [ "-march=armv7-a" ]
|
/openbsd/gnu/gcc/gcc/config/iq2000/ |
H A D | iq2000.opt | 22 march=
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 210 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); in makeLTOModule() local 211 if (!march) in makeLTOModule() 232 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr, in makeLTOModule()
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/ |
H A D | Android.rules | 18 ARCH_CFLAGS += -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -marm
|