_REG_FP
gr[_REG_FP] = 0;
uc.uc_mcontext.__gregs[_REG_FP] = jb->jb_sc.sc_fp;
gr[_REG_FP] = (__greg_t)(uintptr_t)sp;
gr[_REG_FP] = (__greg_t)(uintptr_t)sp;
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_FP])
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_FP])
gr[_REG_FP] = tf->tf_fp;
tf->tf_fp = gr[_REG_FP];