Searched refs:lpos (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.h | 323 int lofs, lpos = b[pos]; in dasm_link() local 324 if (lpos < 0) goto noshrink; /* Ext global? */ in dasm_link() 325 lofs = *DASM_POS2PTR(D, lpos); in dasm_link() 326 if (lpos > pos) { /* Fwd label: add cumulative section offsets. */ in dasm_link() 328 for (i = secnum; i < DASM_POS2SEC(lpos); i++) in dasm_link()
|
H A D | dasm_arm64.lua | 1007 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 D | dasm_arm.lua | 932 local lpos, apos, spos = #actlist, #actargs, secpos 939 actlist[lpos+1] = nil 940 actlist[lpos+2] = nil 941 actlist[lpos+3] = nil
|
Completed in 18 milliseconds