HomeSort by relevance Sort by last modified time
    Searched refs:L1 (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/llvm/test/MC/MachO/
relax-jumps.s 17 L1:
20 je L1
22 ja L1
24 js L1
26 jns L1
darwin-complex-difference.s 8 L1:
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
darwin-x86_64-reloc-offsets.s 14 L1:
89 movb $0x12, L1(%rip)
92 movb $0x12, L1 + 1(%rip)
95 movl $0x12345678, L1(%rip)
98 movl $0x12345678, L1 + 1(%rip)
101 movl $0x12345678, L1 + 2(%rip)
104 movl $0x12345678, L1 + 3(%rip)
107 movl $0x12345678, L1 + 4(%rip)
109 movb %al, L1(%rip)
110 movb %al, L1 + 1(%rip
    [all...]
relax-recompute-align.s 32 L1:
34 jl L1
reloc.s 35 .long L1
39 L1:
42 jmp L1
darwin-x86_64-diff-relocs.s 32 // jmp L1
39 // jmp _g1 - L1
42 // jmp L1 - _g0
63 movl %eax,L1(%rip)
70 // movl %eax,_g1 - L1(%rip)
71 // movl %eax,L1 - _g0(%rip)
88 L1:
109 .quad L1
112 .quad L1 - _g0
113 .quad L1 - _g
    [all...]
darwin-x86_64-reloc.s 27 leaq L1(%rip), %rax
35 .quad L1
40 .quad _foo - L1
41 L1:
42 .quad L1 - _prev
49 .quad L1
  /bionic/libc/arch-x86/string/
fss.S 11 jz L1 /* ZF is set if all bits are 0 */
16 L1: xorl %eax,%eax /* clear result */
memchr.S 15 jz L1
19 jne L1 /* scan failed, return null */
24 L1: xorl %eax,%eax
index.S 17 L1:
23 jnz L1
bcmp.S 21 jne L1
29 L1: incl %eax
bzero.S 23 jb L1
38 L1: movl %edx,%ecx /* zero remainder by bytes */
rindex.S 19 L1:
27 jnz L1
memset.S 25 jle L1
49 L1: rep
  /external/clang/include/clang/Basic/
Linkage.h 62 static inline Linkage minLinkage(Linkage L1, Linkage L2) {
63 return L1 < L2? L1 : L2;
  /external/clang/test/CodeGen/
indirect-goto.c 4 void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
12 L1: res *= 2;
17 static const void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
25 L1: res *= 2;
  /external/llvm/test/MC/ARM/
hilo-16bit-relocations.s 5 movw r0, :lower16:(L_foo$non_lazy_ptr - (L1 + 8))
6 movt r0, :upper16:(L_foo$non_lazy_ptr - (L1 + 8))
7 L1:
9 @ CHECK: movw r0, :lower16:(L_foo$non_lazy_ptr-(L1+8))
10 @ CHECK: movt r0, :upper16:(L_foo$non_lazy_ptr-(L1+8))
  /external/clang/test/SemaCXX/
return-noreturn.cpp 34 switch (x) default: L1: L2: case 4: pr6884_abort_struct();
37 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); }
40 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); }
63 switch (x) default: L1: L2: case 4: pr6884_abort_struct();
67 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); }
71 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); }
90 switch (x) default: L1: L2: case 4: pr6884_abort_struct a;
94 switch (x) default: L1: { L2: case 4: pr6884_abort_struct a; }
98 switch (x) default: L1: L2: case 4: { pr6884_abort_struct a; }
  /external/llvm/test/MC/AsmParser/
exprs.s 74 jmp L1
76 L1:
78 .long . - L1
  /external/dropbear/libtomcrypt/testprof/
store_test.c 8 ulong32 L, L1;
16 L1 = 0;
18 LOAD32L(L1, buf + y);
19 if (L1 != L) {
24 LOAD32H(L1, buf + y);
25 if (L1 != L) {
  /external/clang/test/Sema/
scope-check.c 126 goto L1; // expected-error {{goto into protected scope}}
129 L1:
158 goto L1; // expected-error {{goto into protected scope}}
160 L1:
184 goto L1;
185 L1:
221 static const void *addrs[] = { &&L1, &&L2 };
225 L1:
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 141 * L1 xx xx xx xx
156 #define L1 pSrcLeft[1*leftStep]
176 pDst[1*dstStep+x] = L1;
217 pTmp[0] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2);
218 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
219 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
238 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2);
239 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2);
266 pTmp[4] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
267 pTmp[5] = (OMX_U8)((L0 + L1 + 1)>>1)
    [all...]
  /external/stlport/src/
lock_free_slist.h 217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top
220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
240 L1: test eax, eax // _M_top == NULL?
245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
267 L1: test eax, eax // _M_top == NULL?
272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top
220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
240 L1: test eax, eax // _M_top == NULL?
245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
267 L1: test eax, eax // _M_top == NULL?
272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
  /external/clang/test/CodeGenCXX/
mangle-local-classes-nested.cpp 14 void L1() {

Completed in 1321 milliseconds

1 2 3 4