Home
last modified time | relevance | path

Searched refs:L1 (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/external/llvm/test/MC/AArch64/
Darm64-directive_loh.s6 L1: label
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, L3
[all …]
Darm64-branch-encoding.s21 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 …]
/external/tcpdump/tests/
Disis_1.out1 IS-IS, L1 CSNP, src-id 3333.3333.3333.00, length 83
2 IS-IS, L1 Lan IIH, src-id 3333.3333.3333, lan-id 3333.3333.3333.02, prio 64, length 1497
3 IS-IS, L1 Lan IIH, src-id 3333.3333.3333, lan-id 3333.3333.3333.02, prio 64, length 1497
4 IS-IS, L1 Lan IIH, src-id 2222.2222.2222, lan-id 3333.3333.3333.02, prio 64, length 1497
5 IS-IS, L1 Lan IIH, src-id 3333.3333.3333, lan-id 3333.3333.3333.02, prio 64, length 1497
6 IS-IS, L1 CSNP, src-id 3333.3333.3333.00, length 83
7 IS-IS, L1 Lan IIH, src-id 3333.3333.3333, lan-id 3333.3333.3333.02, prio 64, length 1497
8 IS-IS, L1 Lan IIH, src-id 3333.3333.3333, lan-id 3333.3333.3333.02, prio 64, length 1497
9 IS-IS, L1 LSP, lsp-id 2222.2222.2222.00-00, seq 0x0000000f, lifetime 1199s, length 136
10 IS-IS, L1 Lan IIH, src-id 2222.2222.2222, lan-id 3333.3333.3333.02, prio 64, length 1497
[all …]
Disis_infloop-v.out4 L1 LSP, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (6), max-area: 7 (7)
6 chksum: 0xffff (incorrect should be 0x0fe8), PDU length: 65535, Flags: [ L1 IS ]
12 L1 LSP, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (6), max-area: 7 (7)
14 chksum: 0xffff (incorrect should be 0x0fe8), PDU length: 65535, Flags: [ L1 IS ]
20 L1 LSP, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (6), max-area: 7 (7)
22 chksum: 0xffff (incorrect should be 0x0fe8), PDU length: 65535, Flags: [ L1 IS ]
28 L1 LSP, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (6), max-area: 7 (7)
30 chksum: 0xffff (incorrect should be 0x0fe8), PDU length: 65535, Flags: [ L1 IS ]
36 L1 LSP, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (6), max-area: 7 (7)
38 chksum: 0xffff (incorrect should be 0x0fe8), PDU length: 65535, Flags: [ L1 IS ]
/external/llvm/test/MC/MachO/
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 + 1(%rip)
[all …]
Drelax-jumps.s13 L1: label
16 je L1
18 ja L1
20 js L1
22 jns L1
/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
Dtry_lock.pass.cpp38 class L1 class
43 L1() : locked_(false) {} in L1() function in L1
85 L1 l1; in main()
91 L1 l0; in main()
136 L1 l0; in main()
137 L1 l1; in main()
138 L1 l2; in main()
162 L1 l1; in main()
172 L1 l2; in main()
180 L1 l1; in main()
[all …]
Dlock.pass.cpp43 class L1 class
48 L1() : locked_(false) {} in L1() function in L1
100 L1 l1; in main()
106 L1 l0; in main()
141 L1 l0; in main()
156 L1 l1; in main()
211 L1 l2; in main()
219 L1 l1; in main()
227 L1 l0; in main()
334 L1 l2; in main()
[all …]
/external/llvm/test/Transforms/LoopSimplify/
Dindirectbr.ll2 ; RUN: | grep -F "indirectbr i8* %x, [label %L0, label %L1]" \
9 indirectbr i8* %x, [ label %L0, label %L1 ]
14 L1:
23 br label %L1
25 L1:
26 indirectbr i8* %x, [ label %L0, label %L1 ]
35 indirectbr i8* %x, [ label %L0, label %L1 ]
40 L1:
46 br i1 %a, label %L1, label %L2
50 indirectbr i8* %x, [ label %L0, label %L1 ]
[all …]
/external/llvm/test/Transforms/JumpThreading/
Dindirectbr.ll5 i8* blockaddress(@test1, %L1), i8* blockaddress(@test1, %L2),
6 i8* blockaddress(@test2, %L1), i8* blockaddress(@test2, %L2)
17 ; CHECK: br i1 %tobool, label %L1, label %indirectgoto
19 ; CHECK: L1:
20 ; CHECK: indirectbr i8* %address, [label %L1, label %L2]
30 L1: ; preds = %indirectgoto
39 %indirect.goto.dest = phi i8* [ %address, %if.else ], [ blockaddress(@test1, %L1), %entry ]
40 indirectbr i8* %indirect.goto.dest, [label %L1, label %L2]
48 ; CHECK-NEXT: br label %L1
49 ; CHECK: L1:
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java194 final Label L1 = new Label(); in testVisitTableSwitchInsnWithProbes() local
197 LabelInfo.setProbeId(L1, 1); in testVisitTableSwitchInsnWithProbes()
198 instrumenter.visitTableSwitchInsnWithProbes(3, 5, L0, new Label[] { L1, in testVisitTableSwitchInsnWithProbes()
199 L1, L2 }, frame); in testVisitTableSwitchInsnWithProbes()
202 new Label[] { L1, L1, L2 }); in testVisitTableSwitchInsnWithProbes()
207 expectedVisitor.visitLabel(L1); in testVisitTableSwitchInsnWithProbes()
218 final Label L1 = new Label(); in testVisitLookupSwitchInsnWithProbes() local
221 LabelInfo.setProbeId(L1, 1); in testVisitLookupSwitchInsnWithProbes()
223 new int[] { 10, 20, 30 }, new Label[] { L1, L1, L2 }, frame); in testVisitLookupSwitchInsnWithProbes()
226 new Label[] { L1, L1, L2 }); in testVisitLookupSwitchInsnWithProbes()
[all …]
/external/llvm/test/CodeGen/ARM/
Dtail-merge-branch-weight.ll6 ; p(L0_L1 -> L2) = p(entry -> L0) * p(L0 -> L2) + p(entry -> L1) * p(L1 -> L2)
8 ; p(L0_L1 -> L3) = p(entry -> L0) * p(L0 -> L3) + p(entry -> L1) * p(L1 -> L3)
20 br i1 %cmp, label %L0, label %L1, !prof !0
28 L1: ; preds = %entry
34 L2: ; preds = %L1, %L0
37 L3: ; preds = %L0, %L1, %L2
38 %retval.0 = phi i32 [ 100, %L2 ], [ 6, %L1 ], [ 6, %L0 ]
/external/valgrind/none/tests/s390x/
Decag.stdout.exp-z10ec1 L1 topology: separate data and instruction; private
2 L1 cache line size data: 256
3 L1 cache line size insn: 256
4 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
6 L1 set. assoc. data: 8
7 L1 set. assoc. insn: 4
Decag.stdout.exp-z131 L1 topology: separate data and instruction; private
2 L1 cache line size data: 256
3 L1 cache line size insn: 256
4 L1 total cachesize data: 131072
5 L1 total cachesize insn: 98304
6 L1 set. assoc. data: 8
7 L1 set. assoc. insn: 6
Decag.stdout.exp-z1961 L1 topology: separate data and instruction; private
2 L1 cache line size data: 256
3 L1 cache line size insn: 256
4 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
6 L1 set. assoc. data: 8
7 L1 set. assoc. insn: 4
Decag.stdout.exp-zec121 L1 topology: separate data and instruction; private
2 L1 cache line size data: 256
3 L1 cache line size insn: 256
4 L1 total cachesize data: 98304
5 L1 total cachesize insn: 65536
6 L1 set. assoc. data: 6
7 L1 set. assoc. insn: 4
/external/llvm/test/CodeGen/WebAssembly/
Duserstack.ll12 ; CHECK: i32.const [[L1:.+]]=, __stack_pointer
13 ; CHECK-NEXT: i32.load [[L1]]=, 0([[L1]])
15 ; CHECK-NEXT: i32.sub [[SP:.+]]=, [[L1]], [[L2]]
30 ; CHECK: i32.const [[L1:.+]]=, __stack_pointer
31 ; CHECK-NEXT: i32.load [[L1]]=, 0([[L1]])
33 ; CHECK-NEXT: i32.sub [[SP:.+]]=, [[L1]], [[L2]]
52 ; CHECK: i32.const [[L1:.+]]=, __stack_pointer
53 ; CHECK-NEXT: i32.load [[L1]]=, 0([[L1]])
55 ; CHECK-NEXT: i32.sub [[SP:.+]]=, [[L1]], [[L2]]
/external/llvm/test/tools/gold/X86/
Dpr25907.ll7 @main.L = internal unnamed_addr constant [3 x i8*] [i8* blockaddress(@main, %L1), i8* blockaddress(…
11 br label %L1
13 L1: ; preds = %entry, %L1
14 %i.0 = phi i32 [ 0, %entry ], [ %inc, %L1 ]
19 indirectbr i8* %0, [label %L1, label %L2]
21 L2: ; preds = %L1
/external/llvm/test/CodeGen/XCore/
Devents.ll13 call void @llvm.xcore.setv.p1i8(i8 addrspace(1)* %r, i8* blockaddress(@f, %L1))
17 indirectbr i8* %goto_addr, [label %L1, label %L2]
18 L1:
23 %retval = phi i32 [1, %L1], [2, %L2]
32 call void @llvm.xcore.setv.p1i8(i8 addrspace(1)* %r, i8* blockaddress(@f, %L1))
36 indirectbr i8* %goto_addr, [label %L1, label %L2]
37 L1:
42 %retval = phi i32 [1, %L1], [2, %L2]
/external/clang/test/SemaCXX/
Dreturn-noreturn.cpp34 switch (x) default: L1: L2: case 4: pr6884_abort_struct(); in f4()
37 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); } in f5()
40 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); } in f6()
45 switch (x) default: L1: L2: case 4: { in f7()
71 switch (x) default: L1: L2: case 4: pr6884_abort_struct(); in g4()
75 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); } in g5()
79 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); } in g6()
98 switch (x) default: L1: L2: case 4: pr6884_abort_struct a; in h4()
102 switch (x) default: L1: { L2: case 4: pr6884_abort_struct a; } in h5()
106 switch (x) default: L1: L2: case 4: { pr6884_abort_struct a; } in h6()
/external/clang/test/Sema/
Dscope-check.c126 goto L1; // expected-error {{cannot jump from this goto statement to its label}} in test8()
129 L1: in test8()
158 goto L1; // expected-error {{cannot jump from this goto statement to its label}} in test10()
160 L1: in test10()
184 goto L1; in test12()
185 L1: in test12()
221 static const void *addrs[] = { &&L1, &&L2 }; in test15()
225 L1: in test15()
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dnotify_one.pass.cpp26 typedef std::unique_lock<L0> L1; typedef
36 L1 lk(m0); in f1()
46 L1 lk(m0); in f2()
60 L1 lk(m0); in main()
67 L1 lk(m0); in main()
84 L1 lk(m0); in main()
/external/llvm/test/MC/ARM/
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/clang/include/clang/Basic/
DLinkage.h96 inline Linkage minLinkage(Linkage L1, Linkage L2) { in minLinkage() argument
98 std::swap(L1, L2); in minLinkage()
99 if (L1 == VisibleNoLinkage) { in minLinkage()
105 return L1 < L2 ? L1 : L2; in minLinkage()
/external/llvm/test/Transforms/SimplifyCFG/
Dindirectbr.ll71 …i8* blockaddress(@indbrtest3, %L1), i8* blockaddress(@indbrtest3, %L2), i8* blockaddress(@indbrtes…
72 …i8* blockaddress(@indbrtest4, %L1), i8* blockaddress(@indbrtest4, %L2), i8* blockaddress(@indbrtes…
73 …i8* blockaddress(@indbrtest5, %L1), i8* blockaddress(@indbrtest5, %L2), i8* blockaddress(@indbrtes…
74 …i8* blockaddress(@indbrtest6, %L1), i8* blockaddress(@indbrtest6, %L2), i8* blockaddress(@indbrtes…
82 ; CHECK-NEXT: br i1 %cond, label %L1, label %L2
88 …%indirect.goto.dest = select i1 %cond, i8* blockaddress(@indbrtest3, %L1), i8* blockaddress(@indbr…
89 indirectbr i8* %indirect.goto.dest, [label %L1, label %L2, label %L3]
91 L1:
109 ; CHECK-NEXT: br label %L1
112 …goto.dest = select i1 %cond, i8* blockaddress(@indbrtest4, %L1), i8* blockaddress(@indbrtest4, %L1)
[all …]

12345678910>>...12