Searched defs:L0 (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/test/MC/MachO/AArch64/
H A Dmergeable.s7 L0: label
15 .quad L0
16 .quad L0 + 1
46 // CHECK-NEXT: Symbol: L0
/external/llvm/test/MC/MachO/
H A Dtemp-labels.s26 // CHECK: ('_string', 'L0')
32 L0: label
H A Dx86_64-mergeable.s7 L0: label
15 .quad L0
16 .quad L0 + 1
46 // CHECK-NEXT: Symbol: L0
H A Ddarwin-x86_64-reloc-offsets.s6 L0: label
60 movb $0x12, L0(%rip)
63 movb $0x12, L0 + 1(%rip)
66 movl $0x12345678, L0(%rip)
69 movl $0x12345678, L0 + 1(%rip)
72 movl $0x12345678, L0 + 2(%rip)
75 movl $0x12345678, L0 + 3(%rip)
78 movl $0x12345678, L0 + 4(%rip)
80 movb %al, L0(%rip)
81 movb %al, L0
[all...]
H A Drelax-recompute-align.s25 L0: label
27 jmp L0
H A Ddarwin-complex-difference.s6 L0: label
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
H A Dreloc-pcrel.s46 L0: label
50 call L0
51 call L0 - 1
52 call L0 + 1
62 // call _a - L0
63 call _b - L0
H A Ddarwin-x86_64-diff-relocs.s16 L0: label
26 jmp L0
35 // jmp L0 - _g0
61 movl %eax,L0(%rip)
68 // movl %eax,L0 - _g0(%rip)
107 .quad L0
110 .quad L0 - _g0
H A Dreloc.s33 L0: label
34 .long L0
41 jmp L0
H A Ddarwin-x86_64-reloc.s28 leaq L0(%rip), %rax
29 addl $6,L0(%rip)
30 addw $500,L0(%rip)
31 addl $500,L0(%rip)
36 L0: label
37 .quad L0
/external/v8/test/mjsunit/
H A Darguments-opt.js30 function L0() { function
43 assertEquals(0, L0());
44 assertEquals(1, L0(1));
45 assertEquals(2, L0(1,2));
46 assertEquals(5, L0(1,2,3,4,5));
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp25 typedef std::timed_mutex L0; typedef
26 typedef std::unique_lock<L0> L1;
28 L0 m0;
H A Dnotify_one.pass.cpp25 typedef std::timed_mutex L0; typedef
26 typedef std::unique_lock<L0> L1;
28 L0 m0;
H A Dwait.pass.cpp26 typedef std::timed_mutex L0; typedef
27 typedef std::unique_lock<L0> L1;
29 L0 m0;
H A Dwait_for.pass.cpp28 typedef std::timed_mutex L0; typedef
29 typedef std::unique_lock<L0> L1;
31 L0 m0;
H A Dwait_pred.pass.cpp27 typedef std::timed_mutex L0; typedef
28 typedef std::unique_lock<L0> L1;
30 L0 m0;
H A Dwait_for_pred.pass.cpp38 typedef std::timed_mutex L0; typedef
39 typedef std::unique_lock<L0> L1;
41 L0 m0;
H A Dwait_until.pass.cpp45 typedef std::timed_mutex L0; typedef
46 typedef std::unique_lock<L0> L1;
48 L0 m0;
H A Dwait_until_pred.pass.cpp56 typedef std::timed_mutex L0; typedef
57 typedef std::unique_lock<L0> L1;
59 L0 m0;
/external/llvm/test/CodeGen/PowerPC/
H A Dhello-reloc.s19 bl L0$pb
20 L0$pb:
27 addis r2, r2, ha16(L_.str-L0$pb)
28 la r3, lo16(L_.str-L0$pb)(r2)
/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
H A Dlock.pass.cpp20 class L0 class
25 L0() : locked_(false) {} function in class:L0
92 L0 l0;
93 L0 l1;
99 L0 l0;
107 L0 l1;
113 L0 l0;
128 L0 l1;
184 L0 l0;
185 L0 l
[all...]
H A Dtry_lock.pass.cpp20 class L0 class
25 L0() : locked_(false) {} function in class:L0
77 L0 l0;
78 L0 l1;
84 L0 l0;
92 L0 l1;
98 L0 l0;
113 L0 l1;
127 L0 l0;
128 L0 l
[all...]
/external/llvm/test/MC/AsmParser/
H A Dexprs.s74 L0: label
76 .long . - L0
/external/llvm/lib/Fuzzer/
H A DFuzzerDFSan.cpp267 uint64_t Arg2, dfsan_label L0,
269 assert(L0 == 0);
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
/external/bison/src/
H A Dreader.c154 merger_list *L0 = merge_functions;
155 while (L0)
157 merger_list *L1 = L0->next;
158 free (L0);
159 L0 = L1;
152 merger_list *L0 = merge_functions; local

Completed in 2215 milliseconds

12