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

1 2 3 4

  /external/llvm/test/MC/AArch64/
arm64-branch-encoding.s 21 bl L1
22 ; CHECK: bl L1 ; encoding: [A,A,A,0b100101AA]
23 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_call26
29 b L1
30 ; CHECK: b L1 ; encoding: [A,A,A,0b000101AA]
31 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch26
32 b.eq L1
33 ; CHECK: b.eq L1 ; encoding: [0bAAA00000,A,A,0x54]
34 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
35 b.ne L1
    [all...]
arm64-directive_loh.s 6 L1:
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/MachO/ARM/
thumb2-movw-fixup.s 10 movw r2, :lower16:L1
11 movt r2, :upper16:L1
17 L1: .long 0
  /external/llvm/test/MC/MachO/
gen-dwarf-cpp.s 10 L1: leave
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
darwin-complex-difference.s 8 L1:
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
gen-dwarf.s 7 L1: leave
reloc-pcrel.s 48 L1:
  /bionic/libc/arch-x86/generic/string/
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
strncmp.S 24 L1: incl %eax
102 je 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))
thumb2-cbn-to-next-inst.s 8 cbnz r2, L1 @ this can't be encoded, must turn into a nop
9 L1:
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 17 L1: leave
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64.asm 57 lea L1(%rip), %rax
60 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
68 .quad L1
71 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
86 # TODO: .quad _foo - L1
90 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
92 .quad L1 - _prev
103 L1:
  /external/chromium_org/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/llvm/test/MC/Mips/
higher-highest-addressing.s 35 $L1:
36 lui $6, %highest($L2-$L1+0x300047FFF7FF7)
37 daddiu $6, $6, %higher($L2-$L1+0x300047FFF7FF7)
44 lui $7, %highest($L2-$L1+0x300047FFF7FF8)
45 ld $7, %higher ($L2-$L1+0x300047FFF7FF8)($7)
hilo-addressing.s 23 $L1:
24 # 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)
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 93 jz L1
97 L1:
dispatch-x86-linux.S 94 jz L1
98 L1:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 65 BEQ L1
67 L1:
  /external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_all.pass.cpp 24 typedef std::unique_lock<L0> L1;
34 L1 lk(m0);
44 L1 lk(m0);
58 L1 lk(m0);
65 L1 lk(m0);
notify_one.pass.cpp 24 typedef std::unique_lock<L0> L1;
34 L1 lk(m0);
44 L1 lk(m0);
58 L1 lk(m0);
65 L1 lk(m0);
82 L1 lk(m0);

Completed in 182 milliseconds

1 2 3 4