Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua696 local function toint(expr) function
740 local disp = expr == "" and 0 or toint(expr)
749 local ops, imm = map_opsize[opsize], toint(tailops)
798 t.disp = toint(br)
839 t.disp = toint(tailr) or (tailr == "" and 0)
870 local imm = toint(expr)
872 imm = toint(sub(expr, 2))

Completed in 6 milliseconds