Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua682 local function toint(expr, isqword) function
732 local disp = expr == "" and 0 or toint(expr)
741 local ops, imm = map_opsize[opsize], toint(tailops)
790 t.disp = toint(br)
831 t.disp = toint(tailr) or (tailr == "" and 0)
862 local imm = toint(expr, isqword)
864 imm = toint(sub(expr, 2))

Completed in 7 milliseconds