HomeSort by relevance Sort by last modified time
    Searched refs:L12 (Results 1 - 9 of 9) sorted by null

  /external/clang/test/Sema/
scope-check.c 118 goto L12;
121 L12:
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 40 L12:
x86_64-symbols.s 40 L12:
  /external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
memset.S 215 if (!p0.new) jump:nt .L12
223 .L12:
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 565 // LHS might be of the form L11 & L12 == X, X == L21 & L22,
566 // and L11 & L12 == L21 & L22. The same goes for RHS.
572 Value *L11,*L12,*L21,*L22;
574 if (decomposeBitTestICmp(LHS, LHSCC, L11, L12, L2)) {
580 L11 = L12 = nullptr;
581 } else if (!match(L1, m_And(m_Value(L11), m_Value(L12)))) {
585 L12 = Constant::getAllOnesValue(L1->getType());
606 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) {
608 } else if (R12 == L11 || R12 == L12 || R12 == L21 || R12 == L22) {
622 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 80 jne .L12
92 .L12:
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec_arm.S 838 bls .L12
857 .L12:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
x86id.asm     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elf-x86id.asm     [all...]

Completed in 169 milliseconds