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

  /external/valgrind/main/VEX/test/
fp1.s 23 .L21:
31 jle .L21
fpgames.s 20 .L21:
40 jle .L21
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 67 L21:
x86_64-symbols.s 67 L21:
  /external/valgrind/main/coregrind/
m_trampoline.S 350 bne- 7,.L21
355 .L21:
628 .L21:
633 bne .L21
752 .L21:
758 bcs .L21
  /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;
575 L21 = L22 = L1 = nullptr;
590 L21 = L22 = nullptr;
591 } else if (!match(L2, m_And(m_Value(L21), m_Value(L22)))) {
592 L21 = L2;
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/pass64/
dwarf64_leb128.asm 377 ja .L21
431 .L21:
    [all...]
  /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 147 milliseconds