Searched defs:setsp (Results 1 – 3 of 3) sorted by relevance
42 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) } func
43 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) } func
52 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint64(x) } func