Searched refs:fe_f1 (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_qp.c45 fe.fe_f1.fp_sign = a[0] >> 31; \
46 fe.fe_f1.fp_sticky = 0; \
47 fe.fe_f1.fp_class = __fpu_qtof(&fe.fe_f1, a[0], a[1], a[2], a[3]); \
66 fe.fe_f1.fp_sign = (signpos >= 0) ? u.a[0] >> signpos : 0; \
67 fe.fe_f1.fp_sticky = 0; \
68 fe.fe_f1.fp_class = __fpu_ ## fname ## tof(&fe.fe_f1, __VA_ARGS__); \
69 c[0] = __fpu_ftoq(&fe, &fe.fe_f1, c); \
83 fe.fe_f1
[all...]
H A Dfpu.c348 __fpu_explode(fe, &fe->fe_f1, type, rs1);
353 __fpu_explode(fe, &fe->fe_f1, type, rs1);
367 __fpu_explode(fe, &fe->fe_f1, type, rs2);
371 __fpu_explode(fe, &fe->fe_f1, type, rs1);
376 __fpu_explode(fe, &fe->fe_f1, type, rs1);
381 __fpu_explode(fe, &fe->fe_f1, type, rs1);
386 __fpu_explode(fe, &fe->fe_f1, type, rs1);
394 __fpu_explode(fe, &fe->fe_f1, type, rs1);
409 __fpu_explode(fe, fp = &fe->fe_f1, type, rs2);
415 __fpu_explode(fe, fp = &fe->fe_f1, typ
[all...]
H A Dfpu_emu.h152 struct fpn fe_f1; /* operand 1 */ member in struct:fpemu
H A Dfpu_compare.c99 a = &fe->fe_f1;
H A Dfpu_div.c158 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_mul.c106 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_add.c67 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
H A Dfpu_sqrt.c193 struct fpn *x = &fe->fe_f1;
/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_emu.c397 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_DBL, rt);
416 fpu_explode(fe, fp = &fe->fe_f1, type, rt);
448 fpu_explode(fe, &fe->fe_f1, type, ra);
469 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_DBL, rb);
472 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_SNG, rt);
479 fpu_explode(fe, fp = &fe->fe_f1, type, rb);
486 fpu_explode(fe, &fe->fe_f1, type, ra);
592 fpu_explode(fe, fp = &fe->fe_f1, type, rb);
599 fpu_explode(fe, fp = &fe->fe_f1, type, rb);
622 fpu_explode(fe, &fe->fe_f1, typ
[all...]
H A Dfpu_compare.c83 a = &fe->fe_f1;
H A Dfpu_emu.h144 struct fpn fe_f1; /* operand 1 */ member in struct:fpemu
H A Dfpu_mul.c106 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_add.c65 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
H A Dfpu_div.c157 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_sqrt.c193 struct fpn *x = &fe->fe_f1;

Completed in 178 milliseconds