HomeSort by relevance Sort by last modified time
    Searched refs:O1 (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/config/
bootstrap-O1.mk 1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
  /toolchain/binutils/binutils-2.27/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...]
  /external/webp/src/dsp/
mips_macro.h 23 // O1[31..16 | 15..0] = I0[31..16 | 15..0] - I1[31..16 | 15..0]
26 #define ADD_SUB_HALVES(O0, O1, \
29 "subq.ph %[" #O1 "], %[" #I0 "], %[" #I1 "] \n\t"
34 #define LOAD_IN_X2(O0, O1, \
37 "lh %[" #O1 "], " #I1 "(%[in]) \n\t"
41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \
44 "ulw %[" #O1 "], " #I2 "+" XSTR(I9) "*" #I6 "(%[" #I0 "]) \n\t" \
51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \
55 "mul %[" #O1 "], %[" #I0 "], %[kC1] \n\t" \
63 "sra %[" #O1 "], %[" #O1 "], 16 \n\t"
    [all...]
  /external/libcxx/test/std/utilities/optional/optional.relops/
equal.pass.cpp 36 constexpr O o1; // disengaged local
42 static_assert(o1 == o1, "");
43 static_assert(o1 == o2, "");
44 static_assert(!(o1 == o3), "");
45 static_assert(!(o1 == o4), "");
46 static_assert(!(o1 == o5), "");
48 static_assert(o2 == o1, "");
54 static_assert(!(o3 == o1), "");
60 static_assert(!(o4 == o1), "");
    [all...]
greater_equal.pass.cpp 33 constexpr O o1; // disengaged local
39 static_assert((o1 >= o1), "");
40 static_assert((o1 >= o2), "");
41 static_assert(!(o1 >= o3), "");
42 static_assert(!(o1 >= o4), "");
43 static_assert(!(o1 >= o5), "");
45 static_assert((o2 >= o1), "");
51 static_assert((o3 >= o1), "");
57 static_assert((o4 >= o1), "");
    [all...]
greater_than.pass.cpp 31 constexpr O o1; // disengaged local
37 static_assert(!(o1 > o1), "");
38 static_assert(!(o1 > o2), "");
39 static_assert(!(o1 > o3), "");
40 static_assert(!(o1 > o4), "");
41 static_assert(!(o1 > o5), "");
43 static_assert(!(o2 > o1), "");
49 static_assert((o3 > o1), "");
55 static_assert((o4 > o1), "");
    [all...]
less_equal.pass.cpp 33 constexpr O o1; // disengaged local
39 static_assert((o1 <= o1), "");
40 static_assert((o1 <= o2), "");
41 static_assert((o1 <= o3), "");
42 static_assert((o1 <= o4), "");
43 static_assert((o1 <= o5), "");
45 static_assert((o2 <= o1), "");
51 static_assert(!(o3 <= o1), "");
57 static_assert(!(o4 <= o1), "");
    [all...]
less_than.pass.cpp 31 constexpr O o1; // disengaged local
37 static_assert(!(o1 < o1), "");
38 static_assert(!(o1 < o2), "");
39 static_assert((o1 < o3), "");
40 static_assert((o1 < o4), "");
41 static_assert((o1 < o5), "");
43 static_assert(!(o2 < o1), "");
49 static_assert(!(o3 < o1), "");
55 static_assert(!(o4 < o1), "");
    [all...]
not_equal.pass.cpp 36 constexpr O o1; // disengaged local
42 static_assert(!(o1 != o1), "");
43 static_assert(!(o1 != o2), "");
44 static_assert((o1 != o3), "");
45 static_assert((o1 != o4), "");
46 static_assert((o1 != o5), "");
48 static_assert(!(o2 != o1), "");
54 static_assert((o3 != o1), "");
60 static_assert((o4 != o1), "");
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.relops/
equal.pass.cpp 36 constexpr O o1; // disengaged local
42 static_assert(o1 == o1, "");
43 static_assert(o1 == o2, "");
44 static_assert(!(o1 == o3), "");
45 static_assert(!(o1 == o4), "");
46 static_assert(!(o1 == o5), "");
48 static_assert(o2 == o1, "");
54 static_assert(!(o3 == o1), "");
60 static_assert(!(o4 == o1), "");
    [all...]
greater_equal.pass.cpp 33 constexpr O o1; // disengaged local
39 static_assert((o1 >= o1), "");
40 static_assert((o1 >= o2), "");
41 static_assert(!(o1 >= o3), "");
42 static_assert(!(o1 >= o4), "");
43 static_assert(!(o1 >= o5), "");
45 static_assert((o2 >= o1), "");
51 static_assert((o3 >= o1), "");
57 static_assert((o4 >= o1), "");
    [all...]
greater_than.pass.cpp 31 constexpr O o1; // disengaged local
37 static_assert(!(o1 > o1), "");
38 static_assert(!(o1 > o2), "");
39 static_assert(!(o1 > o3), "");
40 static_assert(!(o1 > o4), "");
41 static_assert(!(o1 > o5), "");
43 static_assert(!(o2 > o1), "");
49 static_assert((o3 > o1), "");
55 static_assert((o4 > o1), "");
    [all...]
less_equal.pass.cpp 33 constexpr O o1; // disengaged local
39 static_assert((o1 <= o1), "");
40 static_assert((o1 <= o2), "");
41 static_assert((o1 <= o3), "");
42 static_assert((o1 <= o4), "");
43 static_assert((o1 <= o5), "");
45 static_assert((o2 <= o1), "");
51 static_assert(!(o3 <= o1), "");
57 static_assert(!(o4 <= o1), "");
    [all...]
less_than.pass.cpp 31 constexpr O o1; // disengaged local
37 static_assert(!(o1 < o1), "");
38 static_assert(!(o1 < o2), "");
39 static_assert((o1 < o3), "");
40 static_assert((o1 < o4), "");
41 static_assert((o1 < o5), "");
43 static_assert(!(o2 < o1), "");
49 static_assert(!(o3 < o1), "");
55 static_assert(!(o4 < o1), "");
    [all...]
not_equal.pass.cpp 36 constexpr O o1; // disengaged local
42 static_assert(!(o1 != o1), "");
43 static_assert(!(o1 != o2), "");
44 static_assert((o1 != o3), "");
45 static_assert((o1 != o4), "");
46 static_assert((o1 != o5), "");
48 static_assert(!(o2 != o1), "");
54 static_assert((o3 != o1), "");
60 static_assert((o4 != o1), "");
    [all...]
  /toolchain/binutils/binutils-2.27/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...]
  /external/selinux/policycoreutils/secon/
Makefile 10 CFLAGS ?= $(WARNS) -O1
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 443 static bool notDifferentParent(const Value *O1, const Value *O2) {
445 const Function *F1 = getParent(O1);
    [all...]
  /external/ltp/testcases/kernel/syscalls/ptrace/
simple_tracer.c 88 #define O1 u_regs[8]
103 decode(O1);
  /external/llvm/include/llvm/Passes/
PassBuilder.h 66 O1,
171 /// levels \c O1, \c O2 and \c O3 resp.
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 667 static bool notDifferentParent(const Value *O1, const Value *O2) {
669 const Function *F1 = getParent(O1);
    [all...]
  /external/toolchain-utils/bestflags/examples/omnetpp/
build_omnetpp 46 echo "$content" | sed s/-O2/-O1\ "$flags"/ >config/linux64-amd64-pgi$file.cfg
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VcCheck/
makefile 58 C_FLAGS = $(C_FLAGS:/Od=) /O1
  /external/autotest/client/profilers/powertop/src/
Makefile 5 CFLAGS?=-O1 -g ${WARNFLAGS}

Completed in 433 milliseconds

1 2 3 4 5