Home
last modified time | relevance | path

Searched refs:lpos (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_x86.h330 int lofs, lpos = b[pos]; in dasm_link() local
331 if (lpos < 0) goto noshrink; /* Ext global? */ in dasm_link()
332 lofs = *DASM_POS2PTR(D, lpos); in dasm_link()
333 if (lpos > pos) { /* Fwd label: add cumulative section offsets. */ in dasm_link()
335 for (i = secnum; i < DASM_POS2SEC(lpos); i++) in dasm_link()
H A Ddasm_arm64.lua1007 local lpos, apos, spos = #actlist, #actargs, secpos
1014 actlist[lpos+1] = nil
1015 actlist[lpos+2] = nil
1016 actlist[lpos+3] = nil
1017 actlist[lpos+4] = nil
H A Ddasm_arm.lua932 local lpos, apos, spos = #actlist, #actargs, secpos
939 actlist[lpos+1] = nil
940 actlist[lpos+2] = nil
941 actlist[lpos+3] = nil

Completed in 10 milliseconds