HomeSort by relevance Sort by last modified time
    Searched refs:L1 (Results 176 - 200 of 376) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xgate/
insns.s 33 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/clang/test/OpenMP/
parallel_for_messages.cpp 34 L1:
42 goto L1; // expected-error {{use of undeclared label 'L1'}}
parallel_for_simd_messages.cpp 34 L1:
42 goto L1; // expected-error {{use of undeclared label 'L1'}}
ordered_messages.cpp 9 L1:
14 goto L1; // expected-error {{use of undeclared label 'L1'}}
122 L1:
127 goto L1; // expected-error {{use of undeclared label 'L1'}}
  /external/clang/test/SemaCXX/
implicit-member-functions.cpp 117 Line<void> L1;
118 Line<void> L2(L1);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
lineno.s 32 b $L1
33 $L1:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
relax.s 8 .L1:
15 ble .L1
relax.d 9 0+8005 R_MN10300_PCREL32 .L1\+0x00000001
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-brset.s 12 L1:
14 brclr 20,x,#3,L1
  /external/llvm/include/llvm/ADT/
EquivalenceClasses.h 220 member_iterator unionSets(member_iterator L1, member_iterator L2) {
221 assert(L1 != member_end() && L2 != member_end() && "Illegal inputs!");
222 if (L1 == L2) return L1; // Unifying the same two sets, noop.
224 // Otherwise, this is a real union operation. Set the end of the L1 list to
226 const ECValue &L1LV = *L1.Node, &L2LV = *L2.Node;
235 // L2's leader is now L1.
237 return L1;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
indexed12.s 10 ldab L1-_main,x ; Offset/const of these 2 insns must be
11 ldaa #L1-_main ; identical (likewise for 2nd global check)
13 ldaa L2-L1,x ; -> ldaa 2,x (5-bit offset), text seg
14 adda L1-L2,y ; -> adda -2,y (5-bit offset), text seg
67 ldab L1-_main,x
68 ldaa #L1-_main
73 L1:
  /external/libopus/celt/
mathops.c 137 #define L1 32767
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
151 #undef L1
  /external/llvm/test/MC/X86/AlignedBundling/
labeloffset.s 48 calll .L1$pb
50 .L1$pb:
64 cmpl %eax, (.Ltmp2-.L1$pb)
  /external/valgrind/coregrind/m_dispatch/
dispatch-x86-darwin.S 94 jz L1
98 L1:
dispatch-x86-linux.S 95 jz L1
99 L1:
dispatch-x86-solaris.S 95 jz L1
99 L1:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
stack2.s 24 [--SP ] = L1;
81 L1= [ SP ++ ] ;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/
branch.d 9 00000000 <L1>:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
asg.d 8 0+000 <L1>:
  /external/clang/test/Sema/
statements.c 19 int test5() { return ({L1: L2: L3: 5;}); }
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 20 // L1: adrp xA, sym@PAGE
29 // L1: adrp xA, sym@PAGE
31 // - If sym@PAGE + sym@PAGEOFF - address(L1) < 1MB:
32 // L1: adr xA, sym
39 // - L1, L2, and L3 instructions are of the expected type, i.e.,
41 // - The result of L1 is used only by L2.
43 // only by L1.
46 // - The ADRP in L1 and the ADD in L2 must reference the same symbol using
51 // - .loh AdrpAddLdr L1, L2, L3:
52 // L1: adrp xA, sym@PAG
    [all...]
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 7 L1:
    [all...]

Completed in 1129 milliseconds

1 2 3 4 5 6 78 91011>>