Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.s53 .Lstart: label
56 add w0, w1, #(.Lend - .Lstart)
57 cmp w0, #(.Lend - .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.c4616 #define Lstart F->temp_sptr[0] in match() macro
4748 Lstart = Feptr; /* Starting position */ in match()
4781 while (Feptr >= Lstart) in match()
4799 if (Feptr == Lstart) break; /* Failed after minimal repetition */ in match()
4800 Feptr = Lstart; in match()
4818 #undef Lstart in match()