Home
last modified time | relevance | path

Searched defs:fpemu (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu_emu.h141 struct fpemu { struct
159 struct fpn *fpu_add(struct fpemu *); argument
/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_emu.h150 struct fpemu { struct
165 struct fpn *fpu_add(struct fpemu *); argument
/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_emulate.h146 struct fpemu { struct
147 struct frame *fe_frame; /* integer regs, etc */
148 struct fpframe *fe_fpframe; /* FP registers, etc */
149 uint32_t fe_fpsr; /* fpsr copy (modified during op) */
150 uint32_t fe_fpcr; /* fpcr copy */
151 struct fpn fe_f1; /* operand 1 */
152 struct fpn fe_f2; /* operand 2, if required */
153 struct fpn fe_f3; /* available storage for result */