Searched refs:toint (Results 1 – 1 of 1) sorted by relevance
682 local function toint(expr, isqword) function732 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 10 milliseconds