Home
last modified time | relevance | path

Searched refs:O2 (Results 1 – 25 of 247) sorted by relevance

12345678910

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dmcore-opc.h23 O0, OT, O1, OC, O2, X1, OI, OB, enumerator
88 { "movt", O2, 0, 0x0200 },
89 { "mult", O2, 0, 0x0300 },
91 { "subu", O2, 0, 0x0500 },
92 { "sub", O2, 0, 0x0500 }, /* Official alias. */
93 { "addc", O2, 0, 0x0600 },
94 { "subc", O2, 0, 0x0700 },
97 { "movf", O2, 0, 0x0A00 },
98 { "lsr", O2, 0, 0x0B00 },
99 { "cmphs", O2, 0, 0x0C00 },
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmcore-opc.h23 O0, OT, O1, OC, O2, X1, OI, OB, enumerator
88 { "movt", O2, 0, 0x0200 },
89 { "mult", O2, 0, 0x0300 },
91 { "subu", O2, 0, 0x0500 },
92 { "sub", O2, 0, 0x0500 }, /* Official alias. */
93 { "addc", O2, 0, 0x0600 },
94 { "subc", O2, 0, 0x0700 },
97 { "movf", O2, 0, 0x0A00 },
98 { "lsr", O2, 0, 0x0B00 },
99 { "cmphs", O2, 0, 0x0C00 },
[all …]
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dt-pa6410 $(GCC_FOR_TARGET) -c -O2 -DL_register_frame_info stublib.c \
14 $(GCC_FOR_TARGET) -c -O2 -DL_deregister_frame_info stublib.c \
18 $(GCC_FOR_TARGET) -c -O2 -DL_cxa_finalize stublib.c \
22 $(GCC_FOR_TARGET) -c -O2 -DL_Jv_RegisterClasses stublib.c \
/openbsd-src/usr.bin/awk/
H A DREADME.md98 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o awkgram.tab.o awkgram.tab.c
99 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o b.o b.c
100 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o main.o main.c
101 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o parse.o parse.c
102 gcc -g -Wall -pedantic -Wcast-qual -O2 maketab.c -o maketab
104 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o proctab.o proctab.c
105 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o tran.o tran.c
106 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lib.o lib.c
107 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o run.o run.c
108 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lex.o lex.c
[all …]
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dconfig.log12 configure:748: gcc -c -g -O2 conftest.c 1>&5
16 configure:842: gcc -o conftest -g -O2 conftest.c 1>&5
18 configure:953: gcc -c -g -O2 conftest.c 1>&5
20 configure:997: gcc -o conftest -g -O2 conftest.c -ldir 1>&5
35 configure:1097: gcc -o conftest -g -O2 conftest.c 1>&5
37 configure:1097: gcc -o conftest -g -O2 conftest.c 1>&5
39 configure:1097: gcc -o conftest -g -O2 conftest.c 1>&5
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Df-torture.exp27 { -O0 } { -O1 } { -O2 } \
28 { -O2 -fomit-frame-pointer -finline-functions } \
29 { -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
30 { -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \
/openbsd-src/gnu/usr.bin/perl/hints/
H A Dhpux.sh392 # and regexp.c with -O2
414 *O[3456789]*) optimize=`echo "$optimize" | sed -e 's/O[3-9]/O2/'` ;;
436 *O2*)
437 opt=`echo "$optimize" | sed -e 's/O2/O1/'`
447 "") optimize="+O2 +Onolimit" ;;
448 *O[3456789]*) optimize=`echo "$optimize" | sed -e 's/O[3-9]/O2/'` ;;
452 *O2*) opt=`echo "$optimize" | sed -e 's/-O/+O2/' -e 's/O2/O1/' -e 's/ *+Onolimit//'`
461 # opmini.c and op.c with +O2 make
[all...]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp819 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() argument
822 const Function *F2 = getParent(O2); in notDifferentParent()
1451 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck() local
1458 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2)) in aliasCheck()
1462 if (O1 != O2) { in aliasCheck()
1464 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1468 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()
1469 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
1474 if ((isa<Argument>(O1) && isIdentifiedFunctionLocal(O2)) || in aliasCheck()
1475 (isa<Argument>(O2) && isIdentifiedFunctionLocal(O1))) in aliasCheck()
[all …]
/openbsd-src/gnu/share/
H A Dconfigure946 CFLAGS=${CFLAGS-"-g -O2"}
948 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1031 CFLAGS=${CFLAGS-"-g -O2"}
1032 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1034 CFLAGS=${CFLAGS-"-O2"}
1035 CXXFLAGS=${CXXFLAGS-"-O2"}
1051 CFLAGS=${CFLAGS-"-g -O2"}
1052 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1054 CFLAGS=${CFLAGS-"-O2"}
1055 CXXFLAGS=${CXXFLAGS-"-O2"}
[all …]
/openbsd-src/gnu/usr.bin/perl/Cross/
H A DMakefile8 export FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer -O2
9 export OPTIMIZATION = -O2
/openbsd-src/regress/usr.bin/make/
H A Dt2.out1 COPTS=-g -O2
H A Dmk25 @cd ${.CURDIR} && make -f mk2a COPTS='-g -O2'
/openbsd-src/share/mk/
H A Dsys.mk35 CFLAGS?= -O2 ${PIPE} ${DEBUG}
42 CXXFLAGS?= -O2 ${PIPE} ${DEBUG}
50 FFLAGS?= -O2
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DOptimizationLevel.cpp19 const OptimizationLevel OptimizationLevel::O2 = { member in OptimizationLevel
/openbsd-src/gnu/gcc/config/
H A Dmh-x86omitfp2 BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
H A Dmh-ppc-darwin5 BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dmh-x86omitfp2 BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
H A Dmh-ppc-darwin5 BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c++/
H A Dc++frags.exp2 set MUDFLAP_FLAGS [list {} {-static} { -O} {-O2} {-O3}]
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A Dbuild.sh5 $CXX -g -O2 -fno-omit-frame-pointer -std=c++11 $f -c &
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dcfrags.exp2 set MUDFLAP_FLAGS [list {} {-static} {-O2} {-O3}]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/
H A DREADME4 -O2 -fvtable-thunks -mno-strict-align -fno-rtti -fcheck-new-mca
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
H A Dcthfrags.exp2 set MUDFLAP_FLAGS [list {} {-static -DSTATIC} {-O2} {-O3}]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/bprob/
H A Dbprob.exp39 { -O2 } \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dt-iris5-as4 BOOT_CFLAGS = -O2 -save-temps

12345678910