Searched refs:O1 (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmcore-opc.h25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator in enum:__anon3846
58 { "mvc", O1, 0, 0x0020 },
59 { "mvcv", O1, 0, 0x0030 },
64 { "dect", O1, 0, 0x0080 },
65 { "decf", O1, 0, 0x0090 },
66 { "inct", O1, 0, 0x00A0 },
67 { "incf", O1, 0, 0x00B0 },
72 { "ff1", O1, 0, 0x00E0 },
73 { "brev", O1, 0, 0x00F0 },
78 { "zextb", O1,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmcore-opc.h25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator in enum:__anon1190
58 { "mvc", O1, 0, 0x0020 },
59 { "mvcv", O1, 0, 0x0030 },
64 { "dect", O1, 0, 0x0080 },
65 { "decf", O1, 0, 0x0090 },
66 { "inct", O1, 0, 0x00A0 },
67 { "incf", O1, 0, 0x00B0 },
72 { "ff1", O1, 0, 0x00E0 },
73 { "brev", O1, 0, 0x00F0 },
78 { "zextb", O1,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030216-1.x3 # at -O1.
6 if {[string match {*-O1*} "$option"]} {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030216-1.x3 # at -O1.
6 if {[string match {*-O1*} "$option"]} {
/netbsd-6-1-5-RELEASE/share/misc/
H A Dmake.country29 O1=/tmp/wab.$$
32 trap "rm -f wab.html list-en1-semic-3.txt $O1 $O2" 0 1 2 3 15
48 sort > $O1
56 join -t ' ' -o 1.5,1.1,1.2,1.3,1.4 -1 1 -2 1 $O1 $O2 | sort
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dprecedence-1.c39 #define ASSERT_BIN(C1, O1, C2, O2, C3, V1, V2, V3) \
41 ASSERT ((C1 O1 C2 O2 C3) == V1); \
42 ASSERT (((C1 O1 C2) O2 C3) == V2); \
43 ASSERT ((C1 O1 (C2 O2 C3)) == V3); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dprecedence-1.c39 #define ASSERT_BIN(C1, O1, C2, O2, C3, V1, V2, V3) \
41 ASSERT ((C1 O1 C2 O2 C3) == V1); \
42 ASSERT (((C1 O1 C2) O2 C3) == V2); \
43 ASSERT ((C1 O1 (C2 O2 C3)) == V3); \
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dorder.c89 { NRIGHT, O1 },
110 static int ret[] = { O0, O1, O2, O3, O4, O5, O6, O7, -1 };
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/bprob/
H A Dbprob.exp40 { -O1 } \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.misc-tests/
H A Dbprob.exp37 { -O1 } \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/avr/torture/
H A Davr-torture.exp39 { -O1 } \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/bprob/
H A Dbprob.exp40 { -O1 } \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.misc-tests/
H A Dbprob.exp37 { -O1 } \
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A DMakefile.msvc58 # Some people prefer -O2 -G6 instead of -O1, but -O2 is not reliable in MSVC5.
59 OPTIMFLAGS = -D_NDEBUG -O1
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A DMakefile.msvc78 # Some people prefer -O2 -G6 instead of -O1, but -O2 is not reliable in MSVC5.
79 OPTIMFLAGS = -D_NDEBUG -O1
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/src/
H A DMakefile.msvc69 # Some people prefer -O2 -G6 instead of -O1, but -O2 is not reliable in MSVC5.
70 OPTIMFLAGS = -D_NDEBUG -O1
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libuniname/
H A DMakefile.msvc46 # Some people prefer -O2 -G6 instead of -O1, but -O2 is not reliable in MSVC5.
47 OPTIMFLAGS = -D_NDEBUG -O1
/netbsd-6-1-5-RELEASE/sys/arch/x68k/conf/
H A DMakefile.x68k88 COPTS.machdep.c += -O1
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A DMakefile.msvc79 # Some people prefer -O2 -G6 instead of -O1, but -O2 is not reliable in MSVC5.
80 OPTIMFLAGS = -D_NDEBUG -O1
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A DMakefile.msvc46 # Some people prefer -O2 -G6 instead of -O1, but -O2 is not reliable in MSVC5.
47 OPTIMFLAGS = -D_NDEBUG -O1
/netbsd-6-1-5-RELEASE/libexec/getty/
H A Dgettytab.h134 #define O1 gettynums[23].value macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dc-torture.exp39 { -O1 } \

Completed in 297 milliseconds

123