Home | History | Annotate | Download | only in fpe

Lines Matching refs:fe

45 fpu_emul_fstore(struct fpemu *fe, struct instruction *insn)
47 struct frame *frame = fe->fe_frame;
48 uint32_t *fpregs = fe->fe_fpframe->fpf_regs;
57 frame, fe->fe_fpframe);
88 fe->fe_fpsr &= ~FPSR_EXCP;
121 fpu_explode(fe, &fe->fe_f3, FTYPE_EXT, &fpregs[regnum * 3]);
127 class_name[fe->fe_f3.fp_class + 2],
128 fe->fe_f3.fp_sign ? '-' : '+', fe->fe_f3.fp_exp,
129 fe->fe_f3.fp_mant[0], fe->fe_f3.fp_mant[1],
130 fe->fe_f3.fp_mant[2]);
133 fpu_implode(fe, &fe->fe_f3, format, buf);