Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/fpu/
HDfpu_emu.h140 struct fpemu { struct
154 struct fpn *fpu_add(struct fpemu *); argument
/NextBSD/lib/libc/sparc64/fpu/
HDfpu_emu.h148 struct fpemu { struct
149 u_long fe_fsr; /* fsr copy (modified during op) */
150 int fe_cx; /* exceptions */
151 int pad; /* align access to following fields */
152 struct fpn fe_f1; /* operand 1 */
153 struct fpn fe_f2; /* operand 2, if required */
154 struct fpn fe_f3; /* available storage for result */