Home
last modified time | relevance | path

Searched refs:Lstart (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/MC/AArch64/
Dlabel-arithmetic-darwin.s6 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 …]
Dlabel-arithmetic-diags-darwin.s4 Lstart: label
25 add w0, w1, #(Lstart - Lend)
26 cmp w0, #(Lstart - Lend)
Dlabel-arithmetic-elf.s55 .Lstart: label
58 add w0, w1, #(.Lend - .Lstart)
59 cmp w0, #(.Lend - .Lstart)
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_line_short_prologue.s29 .long .Lend-.Lstart # Length of Unit
30 .Lstart: label
Ddebug_line_short_prologue_v4.s44 .long .Lend-.Lstart # Length of Unit
45 .Lstart: label
/external/llvm-project/llvm/test/MC/ARM/
Dthumbv8.1m.s193 le lr, .Lstart
198 le .Lstart
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp364 InstNumberT Lstart = L->getLiveRange().getStart(); in init() local
366 if (Lstart == Rstart) in init()
368 return Lstart < Rstart; in init()
/external/pcre/dist2/src/
Dpcre2_match.c4689 #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()