get_fpcontext
get_fpcontext(td, &sf.sf_uc.uc_mcontext, &xfpusave, &xfpusave_len);
get_fpcontext(td, mcp, NULL, NULL);
void get_fpcontext(struct thread *td, struct __mcontext *mcp,
get_fpcontext(td, &mc, &xfpusave, &xfpusave_len);
get_fpcontext(td, mcp);
static void get_fpcontext(struct thread *td, mcontext_t *mcp);
static void get_fpcontext(struct thread *td, mcontext_t *mcp,
get_fpcontext(td, mcp, NULL, 0);
get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len);
get_fpcontext(td, mcp);
static void get_fpcontext(struct thread *td, mcontext_t *mcp);