Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h319 int lofs, lpos = b[pos]; in dasm_link() local
320 if (lpos < 0) goto noshrink; /* Ext global? */ in dasm_link()
321 lofs = *DASM_POS2PTR(D, lpos); in dasm_link()
322 if (lpos > pos) { /* Fwd label: add cumulative section offsets. */ in dasm_link()
324 for (i = secnum; i < DASM_POS2SEC(lpos); i++) in dasm_link()
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
H A Ddasm_arm64.lua983 local lpos, apos, spos = #actlist, #actargs, secpos
990 actlist[lpos+1] = nil
991 actlist[lpos+2] = nil
992 actlist[lpos+3] = nil

Completed in 30 milliseconds