/external/llvm/test/MC/AArch64/ |
D | arm64-directive_loh.s | 6 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 …]
|
D | 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 …]
|
/external/llvm/test/MC/MachO/ |
D | darwin-x86_64-reloc-offsets.s | 14 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 …]
|
D | relax-jumps.s | 17 L1: label 20 je L1 22 ja L1 24 js L1 26 jns L1
|
D | darwin-x86_64-reloc.s | 27 leaq L1(%rip), %rax 35 .quad L1 40 .quad _foo - L1 41 L1: label 42 .quad L1 - _prev 49 .quad L1
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lstate.c | 133 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() argument 136 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue); in stack_init() 137 L1->stacksize = BASIC_STACK_SIZE; in stack_init() 139 setnilvalue(L1->stack + i); /* erase new stack */ in stack_init() 140 L1->top = L1->stack; in stack_init() 141 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK; in stack_init() 143 ci = &L1->base_ci; in stack_init() 146 ci->func = L1->top; in stack_init() 147 setnilvalue(L1->top++); /* 'function' entry for this 'ci' */ in stack_init() 148 ci->top = L1->top + LUA_MINSTACK; in stack_init() [all …]
|
D | ldblib.c | 101 static void treatstackoption (lua_State *L, lua_State *L1, const char *fname) { in treatstackoption() argument 102 if (L == L1) { in treatstackoption() 107 lua_xmove(L1, L, 1); in treatstackoption() 115 lua_State *L1 = getthread(L, &arg); in db_getinfo() local 118 if (!lua_getstack(L1, (int)lua_tointeger(L, arg+1), &ar)) { in db_getinfo() 127 lua_xmove(L, L1, 1); in db_getinfo() 131 if (!lua_getinfo(L1, options, &ar)) in db_getinfo() 155 treatstackoption(L, L1, "activelines"); in db_getinfo() 157 treatstackoption(L, L1, "func"); in db_getinfo() 164 lua_State *L1 = getthread(L, &arg); in db_getlocal() local [all …]
|
/external/libcxx/test/thread/thread.mutex/thread.lock.algorithm/ |
D | try_lock.pass.cpp | 36 class L1 class 41 L1() : locked_(false) {} in L1() function in L1 83 L1 l1; in main() 89 L1 l0; in main() 134 L1 l0; in main() 135 L1 l1; in main() 136 L1 l2; in main() 160 L1 l1; in main() 170 L1 l2; in main() 178 L1 l1; in main() [all …]
|
D | lock.pass.cpp | 41 class L1 class 46 L1() : locked_(false) {} in L1() function in L1 98 L1 l1; in main() 104 L1 l0; in main() 139 L1 l0; in main() 154 L1 l1; in main() 209 L1 l2; in main() 217 L1 l1; in main() 225 L1 l0; in main() 332 L1 l2; in main() [all …]
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | indirectbr.ll | 2 ; 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/clang/test/SemaCXX/ |
D | return-noreturn.cpp | 34 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/llvm/test/Transforms/JumpThreading/ |
D | indirectbr.ll | 5 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 …]
|
D | select.ll | 15 ; CHECK-NEXT: br i1 %cond, label %L1, 21 br i1 %expr, label %L1, label %L2 23 L1: 39 ; CHECK-NEXT: br i1 %cond, label %L1, 45 switch i8 %expr, label %L3 [i8 1, label %L1 i8 2, label %L2] 47 L1: 64 i8* blockaddress(@test_indirectbr, %L1), 74 ; CHECK-NEXT: br i1 %cond, label %L1, label %L3 79 %indirect.goto.dest = select i1 %cond, i8* blockaddress(@test_indirectbr, %L1), i8* %address 80 indirectbr i8* %indirect.goto.dest, [label %L1, label %L2, label %L3] [all …]
|
/external/valgrind/main/none/tests/s390x/ |
D | ecag.stdout.exp-z10ec | 1 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
|
D | ecag.stdout.exp-zec12 | 1 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
|
D | ecag.stdout.exp-z196 | 1 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
|
/external/llvm/test/CodeGen/XCore/ |
D | events.ll | 13 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/chromium_org/tools/idl_parser/test_parser/ |
D | callback_web.idl | 55 * Argument(L1) 59 callback VoidFuncLong = void ( long L1 ); 66 * Argument(L1) 71 callback VoidFuncLongArray = void ( long[] L1 ); 78 * Argument(L1) 83 callback VoidFuncLongArray5 = void ( long[5] L1 ); 91 * Argument(L1) 100 callback VoidFuncLongArray54 = void ( long[5] L1, long long [4] L2 ); 108 * Argument(L1) 116 callback VoidFuncLongIdent = void ( long[5] L1, VoidFuncLongArray L2 );
|
/external/clang/test/Sema/ |
D | scope-check.c | 126 goto L1; // expected-error {{goto into protected scope}} in test8() 129 L1: in test8() 158 goto L1; // expected-error {{goto into protected scope}} 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/thread/thread.condition/thread.condition.condvarany/ |
D | notify_one.pass.cpp | 24 typedef std::unique_lock<L0> L1; typedef 34 L1 lk(m0); in f1() 44 L1 lk(m0); in f2() 58 L1 lk(m0); in main() 65 L1 lk(m0); in main() 82 L1 lk(m0); in main()
|
D | notify_all.pass.cpp | 24 typedef std::unique_lock<L0> L1; typedef 34 L1 lk(m0); in f1() 44 L1 lk(m0); in f2() 58 L1 lk(m0); in main() 65 L1 lk(m0); in main()
|
/external/llvm/test/MC/ARM/ |
D | 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: 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/ |
D | Linkage.h | 92 inline Linkage minLinkage(Linkage L1, Linkage L2) { in minLinkage() argument 94 std::swap(L1, L2); in minLinkage() 95 if (L1 == VisibleNoLinkage) { in minLinkage() 101 return L1 < L2 ? L1 : L2; in minLinkage()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | indirectbr.ll | 71 …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 …]
|
/external/clang/test/CodeGen/ |
D | indirect-goto.c | 4 void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 }; in foo() 12 L1: res *= 2; in foo() 17 static const void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 }; in foo2() 25 L1: res *= 2; in foo2()
|