Searched refs:Lstart (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/test/MC/AArch64/ |
D | label-arithmetic-darwin.s | 6 Lstart: label 9 adds w0, w1, #(Lend - Lstart) 10 adds x0, x1, #(Lend - Lstart) 11 add w0, w1, #(Lend - Lstart) 12 add x0, x1, #(Lend - Lstart) 13 cmp w0, #(Lend - Lstart) 14 cmp x0, #(Lend - Lstart) 15 sub w0, w1, #(Lend - Lstart) 16 sub x0, x1, #(Lend - Lstart) 26 add w0, w1, #(Lend - Lstart), lsl #12 [all …]
|
D | label-arithmetic-diags-darwin.s | 4 Lstart: label 25 add w0, w1, #(Lstart - Lend) 26 cmp w0, #(Lstart - Lend)
|
D | label-arithmetic-elf.s | 55 .Lstart: label 58 add w0, w1, #(.Lend - .Lstart) 59 cmp w0, #(.Lend - .Lstart)
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_line_short_prologue.s | 29 .long .Lend-.Lstart # Length of Unit 30 .Lstart: label
|
D | debug_line_short_prologue_v4.s | 44 .long .Lend-.Lstart # Length of Unit 45 .Lstart: label
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumbv8.1m.s | 193 le lr, .Lstart 198 le .Lstart
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRegAlloc.cpp | 364 InstNumberT Lstart = L->getLiveRange().getStart(); in init() local 366 if (Lstart == Rstart) in init() 368 return Lstart < Rstart; in init()
|
/external/pcre/dist2/src/ |
D | pcre2_match.c | 4689 #define Lstart F->temp_sptr[0] in match() macro 4821 Lstart = Feptr; /* Starting position */ in match() 4854 while (Feptr >= Lstart) in match() 4872 if (Feptr == Lstart) break; /* Failed after minimal repetition */ in match() 4873 Feptr = Lstart; in match() 4891 #undef Lstart in match()
|