Searched defs:L2 (Results 1 - 25 of 46) sorted by relevance

12

/external/llvm/test/MC/MachO/ARM/
H A Dthumb2-movw-fixup.s12 movw r12, :lower16:L2
13 movt r12, :upper16:L2
18 L2: .long 0 label
/external/llvm/test/MC/MachO/
H A Drelax-jumps.s21 jb L2
23 jg L2
25 jae L2
29 L2: label
H A Drelax-recompute-align.s29 jle L2
35 L2: label
H A Ddarwin-x86_64-diff-relocs.s45 jmp L2
50 // jmp L2 - _g3
74 movl %eax,L2(%rip)
81 // movl %eax,L2 - _g2(%rip)
94 L2: label
98 .quad L2
101 .quad L2 - _g2
/external/llvm/test/MC/AArch64/
H A Darm64-directive_loh.s7 L2: label
16 # CHECK: .loh AdrpAdrp L1, L2
17 # CHECK: .loh AdrpAdrp L1, L2
18 .loh AdrpAdrp L1, L2
19 .loh 1 L1, L2
21 # CHECK: .loh AdrpLdr L1, L2
22 # CHECK: .loh AdrpLdr L1, L2
23 .loh AdrpLdr L1, L2
24 .loh 2 L1, L2
26 # CHECK: .loh AdrpAddLdr L1, L2, L
[all...]
/external/llvm/test/MC/ARM/
H A Dthumb2-cbn-to-next-inst.s11 cbnz r2, L2
13 L2: label
/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s36 lui $6, %highest($L2-$L1+0x300047FFF7FF7)
37 daddiu $6, $6, %higher($L2-$L1+0x300047FFF7FF7)
38 $L2:
44 lui $7, %highest($L2-$L1+0x300047FFF7FF8)
45 ld $7, %higher ($L2-$L1+0x300047FFF7FF8)($7)
H A Dhilo-addressing.s26 $L2:
33 lui $5, %hi($L2-$L3)
34 lw $5, %lo($L2-$L3)($5)
/external/valgrind/coregrind/m_dispatch/
H A Ddispatch-x86-darwin.S135 jz L2
142 L2: /* otherwise we're OK */ label
H A Ddispatch-x86-linux.S136 jz L2
143 L2: /* otherwise we're OK */ label
/external/clang/test/CodeGenCXX/
H A Dmangle-local-classes-nested.cpp17 void L2() { function in struct:S
32 S().L2();
36 void L2() { function in struct:S
51 S().L2();
/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
H A Dlock.pass.cpp14 // template <class L1, class L2, class... L3>
15 // void lock(L1&, L2&, L3&...);
66 class L2 class
71 L2() : locked_(false) {} function in class:L2
114 L2 l1;
127 L2 l0;
142 L2 l1;
155 L2 l0;
169 L2 l0;
170 L2 l
[all...]
H A Dtry_lock.pass.cpp14 // template <class L1, class L2, class... L3>
15 // int try_lock(L1&, L2&, L3&...);
56 class L2 class
61 L2() : locked_(false) {} function in class:L2
99 L2 l1;
112 L2 l0;
145 L2 l0;
146 L2 l1;
147 L2 l2;
163 L2 l
[all...]
/external/clang/include/clang/Basic/
H A DLinkage.h92 inline Linkage minLinkage(Linkage L1, Linkage L2) { argument
93 if (L2 == VisibleNoLinkage)
94 std::swap(L1, L2);
96 if (L2 == InternalLinkage)
98 if (L2 == UniqueExternalLinkage)
101 return L1 < L2 ? L1 : L2;
/external/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h87 ::transferNodesFromList(ilist_traits<ValueSubClass> &L2, argument
91 ItemParentClass *NewIP = getListOwner(), *OldIP = L2.getListOwner();
/external/v8/test/cctest/
H A Dtest-disasm-x64.cc245 Label L1, L2; local
249 __ call(&L2);
251 __ bind(&L2);
H A Dtest-disasm-ia32.cc276 Label L1, L2; local
280 __ call(&L2);
282 __ bind(&L2);
H A Dtest-disasm-x87.cc276 Label L1, L2; local
280 __ call(&L2);
282 __ bind(&L2);
/external/libopus/celt/
H A Dmathops.c138 #define L2 -7651 macro
147 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2
152 #undef L2 macro
/external/llvm/lib/Analysis/
H A DCFG.cpp125 const Loop *L2 = getOutermostLoop(LI, BB2); local
126 return L1 != nullptr && L1 == L2;
/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-capturing.cpp69 auto L2 = [](auto a, int i) { local
72 L2(3.14, 2);
1049 auto L2 = [](auto a) { f(a); }; //expected-error {{cannot be implicitly captured}}
/external/libselinux/src/
H A Dlabel_android_property.c42 size_t L2 = strlen(sp2->property_key); local
44 return (L1 < L2) - (L1 > L2);
/external/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h220 member_iterator unionSets(member_iterator L1, member_iterator L2) { argument
221 assert(L1 != member_end() && L2 != member_end() && "Illegal inputs!");
222 if (L1 == L2) return L1; // Unifying the same two sets, noop.
225 // point to the L2 leader node.
226 const ECValue &L1LV = *L1.Node, &L2LV = *L2.Node;
232 // Clear L2's leader flag:
235 // L2's leader is now L1.
/external/llvm/lib/Fuzzer/
H A DFuzzerDFSan.cpp173 dfsan_label L2);
194 dfsan_label L2) {
195 if (L1 == 0 && L2 == 0)
197 if (L1 != 0 && L2 != 0)
202 CSI.LR.Join(GetLabelRange(L1)).Join(GetLabelRange(L2));
204 if (!L2) CSI.CountedConstants[Arg2]++;
216 << " L" << L2 << GetLabelRange(L2)
268 dfsan_label L1, dfsan_label L2) {
273 DFSan->DFSanCmpCallback(PC, CmpSize, Type, Arg1, Arg2, L1, L2);
192 DFSanCmpCallback(uintptr_t PC, size_t CmpSize, size_t CmpType, uint64_t Arg1, uint64_t Arg2, dfsan_label L1, dfsan_label L2) argument
266 __dfsw___sanitizer_cov_trace_cmp(uint64_t SizeAndType, uint64_t Arg1, uint64_t Arg2, dfsan_label L0, dfsan_label L1, dfsan_label L2) argument
[all...]
/external/selinux/libselinux/src/
H A Dlabel_android_property.c42 size_t L2 = strlen(sp2->property_key); local
44 return (L1 < L2) - (L1 > L2);

Completed in 702 milliseconds

12