Home | History | Annotate | Download | only in priv

Lines Matching refs:fpucw

1464 /* fpucw[15:0] contains a x87 native format FPU control word.
1468 ULong x86g_check_fldcw ( UInt fpucw )
1470 /* Decide on a rounding mode. fpucw[11:10] holds it. */
1472 UInt rmode = (fpucw >> 10) & 3;
1477 if ((fpucw & 0x3F) != 0x3F) {
1482 if (((fpucw >> 8) & 3) != 3) {
1574 UInt fpucw = x87->env[FP_ENV_CTRL];
1610 pair = x86g_check_fldcw ( (UInt)fpucw );