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

1 2 3

  /bionic/libc/arch-x86/string/
bzero.S 23 jb L1
38 L1: movl %edx,%ecx /* zero remainder by bytes */
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
memset.S 25 jle L1
49 L1: rep
bcmp.S 21 jne L1
29 L1: incl %eax
index.S 17 L1:
23 jnz L1
rindex.S 19 L1:
27 jnz L1
strcat.S 37 L1: movb (%edx),%al /* unroll loop, but not too much */
70 jnz L1
strcmp.S 21 L1: incl %eax
76 je L1
strcpy.S 28 L1: movb (%edx),%al /* unroll loop, but not too much */
61 jnz L1
strncmp.S 24 L1: incl %eax
102 je L1
swab.S 28 L1: lodsw
33 jnz L1
  /external/llvm/test/MC/MachO/
relax-jumps.s 17 L1:
20 je L1
22 ja L1
24 js L1
26 jns L1
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-pcrel.s 47 L1:
darwin-complex-difference.s 8 L1:
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
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...]
reloc.s 35 .long L1
39 L1:
42 jmp L1
  /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))
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 47 BEQ L1
49 L1:
  /external/libffi/src/powerpc/
aix.S 155 L1:
  /external/v8/test/mjsunit/
arguments-opt.js 34 function L1(a) {
48 assertEquals(0, L1());
49 assertEquals(1, L1(1));
50 assertEquals(2, L1(1,2));
51 assertEquals(5, L1(1,2,3,4,5));
  /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/valgrind/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 106 jz L1
110 L1:

Completed in 6598 milliseconds

1 2 3