Lines Matching refs:fp
37 * Unwind two frames and invoke _t_cancel(fp) again.
41 * (as if "call f1" is replaced by "call _t_cancel(fp)" in f2)
46 ba _t_cancel ! tailcall _t_cancel(fp)
47 mov %fp, %o0 ! passing the frame pointer
55 * restored frame, then jump to _t_cancel(fp) again from the restored frame.
64 ba _t_cancel ! tailcall _t_cancel(fp)
65 mov %fp, %o0 ! passing the frame pointer
71 * Ignore the argument; jump to _t_cancel(fp) with caller's fp
74 ba _t_cancel ! tailcall _t_cancel(fp)
75 mov %fp, %o0 ! passing the frame pointer