Searched refs:L3 (Results 1 - 25 of 38) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dindirect-goto.c4 void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
10 L3: res *= 5;
17 static const void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
23 L3: res *= 5;
/external/llvm/test/MC/MachO/
H A Ddarwin-x86_64-diff-relocs.s47 jmp L3
53 // jmp _g3 - L3
56 // jmp L3 - _g2
76 movl %eax,L3(%rip)
83 // movl %eax,_g3 - L3(%rip)
84 // movl %eax,L3 - _g2(%rip)
100 .quad L3
103 .quad L3 - _g2
104 .quad L3 - _g3
117 L3 label
[all...]
H A Dx86_32-symbols.s13 L3: label
H A Dx86_64-symbols.s13 L3: label
/external/llvm/test/MC/AArch64/
H A Darm64-directive_loh.s8 L3: label
26 # CHECK: .loh AdrpAddLdr L1, L2, L3
27 # CHECK: .loh AdrpAddLdr L1, L2, L3
28 .loh AdrpAddLdr L1, L2, L3
29 .loh 3 L1, L2, L3
31 # CHECK: .loh AdrpLdrGotLdr L1, L2, L3
32 # CHECK: .loh AdrpLdrGotLdr L1, L2, L3
33 .loh AdrpLdrGotLdr L1, L2, L3
34 .loh 4 L1, L2, L3
36 # CHECK: .loh AdrpAddStr L1, L2, L3
[all...]
/external/clang/test/Sema/
H A Dcaptured-statements.c5 goto L3; // OK
11 goto L3; // expected-error {{use of undeclared label 'L3'}}
13 L3: ;
H A Dscope-check.c67 goto L3; // expected-error {{goto into protected scope}}
69 L3: 4; });
141 L3: // expected-note {{possible target of indirect goto}}
144 goto L3; // ok
149 &&L3
188 goto L3; // expected-error {{goto into protected scope}}
190 L3:
H A Dwarn-duplicate-enum.c77 L3 = L2 enumerator in enum:__anon19186
H A Dstatements.c19 int test5() { return ({L1: L2: L3: 5;}); }
/external/llvm/test/MC/Mips/
H A Dhilo-addressing.s24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.
27 lui $4, %hi($L3-$L1)
28 addiu $4, $4, %lo($L3-$L1)
32 $L3:
33 lui $5, %hi($L2-$L3)
34 lw $5, %lo($L2-$L3)($5)
/external/chromium_org/chrome/common/extensions/docs/static/css/
H A Dprettify.css41 li.L3,
48 li.L3,
/external/chromium_org/third_party/opus/src/celt/
H A Dmathops.c139 #define L3 8277 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
153 #undef L3 macro
/external/clang/test/OpenMP/
H A Dparallel_sections_misc_messages.c55 goto L3;
57 L3:
66 goto L3; // expected-error {{use of undeclared label 'L3'}}
H A Dsections_misc_messages.c56 goto L3;
58 L3:
67 goto L3; // expected-error {{use of undeclared label 'L3'}}
/external/libopus/celt/
H A Dmathops.c139 #define L3 8277 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
153 #undef L3 macro
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_32.asm42 ja .L3
56 .L3: ; save ebp
123 ja .L3
136 .L3: ; save ebp
194 ja .L3
207 .L3: ; save ebp
269 ja .L3
285 .L3: ; head
298 jmp SHORT .L3
366 ja .L3
[all...]
H A Dmmxp2_32.asm110 .L3:
120 jnz .L3
174 .L3:
188 jnz .L3
244 .L3:
258 jnz .L3
373 .L3:
398 jnz .L3
H A Dx86p_16.asm30 ja .L3
53 .L3: ; head
140 ja .L3
160 .L3: ; head
248 ja .L3
273 .L3: ; head
366 ja .L3
390 .L3: mov eax,edi
409 jmp SHORT .L3
/external/llvm/test/MC/ARM/
H A Dthumb2-cbn-to-next-inst.s15 cbz r2, L3 @ this can't be encoded, must turn into a nop
16 L3: label
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_stdlib.c158 jne L3
168 L3:
233 L3:
239 jne L3
292 jne L3
304 L3:
367 L3:
373 jne L3
432 jne L3
448 L3
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dmath_approx.h205 #define L3 8277 macro
213 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))))))));
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
H A Dmemset.S177 if (p0.new) jump:nt .L3
189 .L3:
/external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
H A Dmemset.S91 bbci.l a4, 2, .L3
95 .L3:
/external/speex/libspeex/
H A Dmath_approx.h205 #define L3 8277 macro
213 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))))))));
/external/opencv/cv/src/
H A Dcvoptflowlk.cpp286 int L3 = i + 1; local
288 int memYline = L3 & 1;
292 if( L3 >= imageHeight )
293 L3 = imageHeight - 1;
302 Line3 = L3 * imgStep;

Completed in 405 milliseconds

12