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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
x930509.s 1 .long L2-L1
3 L2: .long 0x5678
relax.s 3 .uleb128 L2 - L1
8 L2:
  /external/testng/src/test/java/test/listeners/
L2.java 3 public class L2 extends BaseListener {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel19.s 2 la $4,L2
3 la $4,L2 + 2
4 la $4,L2 + 0xc000
8 L2: .string "a"
elf-rel19.d 13 .*: R_MIPS_GOT16 L2
16 .*: R_MIPS_LO16 L2
18 # Relocation agsinst L2 + 2
21 .*: R_MIPS_GOT16 L2
24 .*: R_MIPS_LO16 L2
26 # Relocation agsinst L2 - 0x4000 with 0x10000 added separately.
29 .*: R_MIPS_GOT16 L2
32 .*: R_MIPS_LO16 L2
dot-1.s 7 addiu $4,.L2 - .
10 .L2:
11 addiu $4,%lo(.L2 - .)
  /external/llvm/test/MC/MachO/
relax-jumps.s 17 jb L2
19 jg L2
21 jae L2
25 L2:
relax-recompute-align.s 15 jle L2
21 L2:
  /external/clang/include/clang/Basic/
Linkage.h 96 inline Linkage minLinkage(Linkage L1, Linkage L2) {
97 if (L2 == VisibleNoLinkage)
98 std::swap(L1, L2);
100 if (L2 == InternalLinkage)
102 if (L2 == UniqueExternalLinkage)
105 return L1 < L2 ? L1 : L2;
  /external/llvm/test/MC/AArch64/
arm64-directive_loh.s 7 L2:
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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-lib.s 6 .L2:
11 .word lib_gd(tlsgd) + (. - .L2 - 8)
12 .word lib_ld(tlsldm) + (. - .L2 - 8)
tls-mixed.s 8 .L2:
15 .word lib_gd2(tlsdesc) + (. - .L2)
16 .word lib_gd2(tlsgd) + (. - .L2 - 8)
tls-gdesc-nlazy.s 6 .L2:
11 .word lib_gd2(tlsdesc) + (. - .L2)
tls-gdlerelax.s 6 .L2:
11 .word lib_gd2(tlsdesc) + (. - .L2)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
adjsw8.s 2 .byte L2-L0
9 L2: mov.l 1f,r1
10 .uses L2
fdpic-plt.s 6 mov.l .L2, r1
10 .L2:
  /external/clang/test/CodeGen/
indirect-goto.c 4 void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
11 L2: res *= 3;
17 static const void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
24 L2: res *= 3;
  /external/clang/test/CodeGenCXX/
mangle-local-classes-nested.cpp 17 void L2() {
32 S().L2();
36 void L2() {
51 S().L2();
pass-object-size.cpp 13 auto L2 = [&i](void *const p __attribute__((pass_object_size(0)))) {
20 gi = L2(ptr);
  /external/clang/test/OpenMP/
target_data_messages.c 13 goto L2; // expected-error {{use of undeclared label 'L2'}}
15 L2:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/avr/
relax.s 6 L2:
12 .word L2 - L1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section4.s 4 .L2:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-predicate.s 7 || [A0] abs .L2 b4,b5
9 [!A0] abs .L2 b8,b9
11 [B0] abs .L2 b12,b13
13 [!B0] abs .L2 b16,b17
15 [!A1] abs .L2 b20,b21
17 [!a2] abs .L2 b24,b25
19 [!B1] abs .L2 b28,b29
21 [!b2] abs .L2 b3,b7
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
pcrel.s 7 .L2: .word foo@pcrel
9 .4byte .L2@pcrel
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-avr/
relax.s 6 L2:
12 .word L2 - L1

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 91011>>