HomeSort by: relevance | last modified time | path
    Searched refs:O1 (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/config/
bootstrap-O1.mk 1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
  /src/external/gpl3/binutils.old/dist/config/
bootstrap-O1.mk 1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
  /src/external/gpl3/gcc/dist/config/
bootstrap-O1.mk 1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
  /src/external/gpl3/gcc.old/dist/config/
bootstrap-O1.mk 1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
  /src/external/gpl3/gdb/dist/config/
bootstrap-O1.mk 1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
  /src/external/gpl3/gdb.old/dist/config/
bootstrap-O1.mk 1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
fortran-string.exp 26 {debug f90 additional_flags=-O1}] } {
inline-small-func.exp 40 [list $srcfile] {debug optimize=-O1}] } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
fortran-string.exp 26 {debug f90 additional_flags=-O1}] } {
inline-small-func.exp 40 [list $srcfile] {debug optimize=-O1}] } {
  /src/external/gpl3/binutils/dist/opcodes/
mcore-opc.h 25 O0, OT, O1, OC, O2, X1, OI, OB,
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, 0, 0x0140 }
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
mcore-opc.h 25 O0, OT, O1, OC, O2, X1, OI, OB,
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, 0, 0x0140 }
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
mcore-opc.h 25 O0, OT, O1, OC, O2, X1, OI, OB,
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, 0, 0x0140 }
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
mcore-opc.h 25 O0, OT, O1, OC, O2, X1, OI, OB,
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, 0, 0x0140 }
    [all...]
  /src/share/misc/
make.country 29 O1=/tmp/wab.$$
33 trap "rm -f $I1 $I2 $O1 $O2" 0 1 2 3 15
49 sort > $O1
57 join -t ' ' -o 1.5,1.1,1.2,1.3,1.4 -1 1 -2 1 $O1 $O2 | sort
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
small_reg_param.exp 22 if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug optimize=-O1]] != "" } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
small_reg_param.exp 22 if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug optimize=-O1]] != "" } {
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.y 62 #define O1(v) rl78_op (v, 1, RL78REL_DATA)
209 { B1 (0x0c|$1); O1 ($5); }
212 { B1 (0x0a|$1); SET_SA ($2); O1 ($2); O1 ($6); }
224 { B1 (0x0b|$1); SET_SA ($4); O1 ($4); }
233 { B1 (0x0e|$1); O1 ($8); }
245 { B1 (0x00|$1); O2 ($4); O1 ($7); rl78_linkrelax_addr16 (); }
257 { B1 (0x06|$1); SET_SA ($4); O1 ($4); }
263 { B2 (0x61, 0x09|$1); O1 ($8); }
269 { B1 ($1 ? 0x20 : 0x10); O1 ($5)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.y 62 #define O1(v) rl78_op (v, 1, RL78REL_DATA)
209 { B1 (0x0c|$1); O1 ($5); }
212 { B1 (0x0a|$1); SET_SA ($2); O1 ($2); O1 ($6); }
224 { B1 (0x0b|$1); SET_SA ($4); O1 ($4); }
233 { B1 (0x0e|$1); O1 ($8); }
245 { B1 (0x00|$1); O2 ($4); O1 ($7); rl78_linkrelax_addr16 (); }
257 { B1 (0x06|$1); SET_SA ($4); O1 ($4); }
263 { B2 (0x61, 0x09|$1); O1 ($8); }
269 { B1 ($1 ? 0x20 : 0x10); O1 ($5)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-extended-prologue-analysis.exp 102 # For at least gcc 11.4/clang 14.0.0 and later, -O1 makes them more
108 $srcfile { optimize=-O1 nodebug
141 $srcfile { optimize=-O1
180 $srcfile { optimize=-O1 nodebug
  /src/external/bsd/pcc/dist/pcc/arch/sparc64/
order.c 89 { NRIGHT, O1 },
110 static int ret[] = { O0, O1, O2, O3, O4, O5, O6, O7, -1 };
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
large-frame.exp 55 foreach opt { O0 O1 O2 } {
vla-optimized-out.exp 78 "o1" \
79 [list {debug optimize=-O1 additional_flags=-DNOCLONE} $o1_sizeof_result]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
large-frame.exp 55 foreach opt { O0 O1 O2 } {
vla-optimized-out.exp 78 "o1" \
79 [list {debug optimize=-O1 additional_flags=-DNOCLONE} $o1_sizeof_result]

Completed in 36 milliseconds

1 2 3 4