Lines Matching refs:vset
172 local function vset(var, reg, const, vtype) function
436 vset(dst, nil, const_expr[op](V[a].const, b))
483 vset(stackslots+1, nil, a)
544 V=V, vreg=vreg, vset=vset, vcopy=vcopy, vderef=vderef, valloc=valloc, emit=emit,
767 vset(a, nil, c, ffi.typeof('int32_t'))
769 vset(a, nil, c, ffi.typeof('uint64_t'))
773 vset(a, nil, d, ffi.typeof('int16_t'))
779 vset(a, nil, c, ct)
782 vset(a, nil, tonumber(c), ct)
790 vset(a, nil, (d < 2) and 0 or 1, vtype)
793 vset(a, nil, c, ffi.typeof('const char[?]'))
838 vset(a, nil, V[b].const .. V[d].const)
843 vset(a, nil, env[c])
848 vset(a, nil, env[c])
903 vset(tmp_var, nil, d)
978 if a ~= b then vset(a) end
998 if a ~= b then vset(a) end
1015 if a ~= b then vset(a) end
1030 if a ~= b then vset(a) end
1227 vset(0, 6, param_types[1] or proto.skb)
1231 vset(stackslots)
1232 vset(stackslots+1)