50 #include <linux/kernel.h>
53 #undef Fpustatus_register
54 #define Fpustatus_register Fpu_register[0]
61 boolean guardbit =
FALSE, stickybit, inexact;
64 stickybit = *inexactflag;
81 if (guardbit && (stickybit ||
90 *inexactflag = inexact;
96 unsigned int * dbl_opndp2,
100 unsigned int opndp1, opndp2;
102 boolean guardbit =
FALSE, stickybit, inexact;
104 opndp1 = *dbl_opndp1;
105 opndp2 = *dbl_opndp2;
106 stickybit = *inexactflag;
123 if (guardbit && (stickybit ||
131 *dbl_opndp1 = opndp1;
132 *dbl_opndp2 = opndp2;
133 *inexactflag = inexact;