Searched defs:L1 (Results 1 - 25 of 50) sorted by relevance

12

/external/llvm/test/MC/MachO/ARM/
H A Dthumb2-movw-fixup.s10 movw r2, :lower16:L1
11 movt r2, :upper16:L1
17 L1: .long 0 label
/external/llvm/test/MC/MachO/
H A Dgen-dwarf-cpp.s8 L1: leave label
H A Drelax-jumps.s17 L1: label
20 je L1
22 ja L1
24 js L1
26 jns L1
H A Ddarwin-x86_64-reloc-offsets.s14 L1: label
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
[all...]
H A Drelax-recompute-align.s32 L1: label
34 jl L1
H A Ddarwin-complex-difference.s8 L1: label
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
H A Dgen-dwarf.s7 L1: leave label
H A Dreloc-pcrel.s48 L1: label
H A Ddarwin-x86_64-diff-relocs.s32 // 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: label
109 .quad L1
112 .quad L1 - _g0
113 .quad L1
[all...]
H A Dreloc.s35 .long L1
39 L1: label
42 jmp L1
H A Ddarwin-x86_64-reloc.s27 leaq L1(%rip), %rax
35 .quad L1
40 .quad _foo - L1
41 L1: label
42 .quad L1 - _prev
49 .quad L1
/external/llvm/test/MC/ARM/
H A Dhilo-16bit-relocations.s5 movw r0, :lower16:(L_foo$non_lazy_ptr - (L1 + 8))
6 movt r0, :upper16:(L_foo$non_lazy_ptr - (L1 + 8))
7 L1: label
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/llvm/test/MC/X86/
H A Dgnux32-dwarf-gen.s17 L1: leave label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64.asm57 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: label
/external/chromium_org/v8/test/mjsunit/
H A Darguments-opt.js34 function L1(a) { function
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/libffi/src/powerpc/
H A Daix.S155 L1: label
/external/v8/test/mjsunit/
H A Darguments-opt.js34 function L1(a) { function
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/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-x86-darwin.S93 jz L1
97 L1: label
H A Ddispatch-x86-linux.S94 jz L1
98 L1: label
/external/dropbear/libtomcrypt/testprof/
H A Dstore_test.c8 ulong32 L, L1; local
16 L1 = 0;
18 LOAD32L(L1, buf + y);
19 if (L1 != L) {
24 LOAD32H(L1, buf + y);
25 if (L1 != L) {
/external/clang/test/CodeGenCXX/
H A Dmangle-local-classes-nested.cpp14 void L1() { function
/external/llvm/test/MC/AsmParser/
H A Dexprs.s75 jmp L1
77 L1: label
79 .long . - L1
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-x64.cc229 Label L1, L2; local
230 __ bind(&L1);
232 __ call(&L1);
244 __ jmp(&L1);
H A Dtest-disasm-ia32.cc248 Label L1, L2; local
249 __ bind(&L1);
251 __ call(&L1);
263 __ jmp(&L1);
/external/clang/include/clang/Basic/
H A DLinkage.h93 inline Linkage minLinkage(Linkage L1, Linkage L2) { argument
95 std::swap(L1, L2);
96 if (L1 == VisibleNoLinkage) {
102 return L1 < L2 ? L1 : L2;

Completed in 300 milliseconds

12