Lines Matching refs:st0_ptr
20 static void fchs(FPU_REG *st0_ptr, u_char st0tag)
23 signbyte(st0_ptr) ^= SIGN_NEG;
29 static void fabs(FPU_REG *st0_ptr, u_char st0tag)
32 setpositive(st0_ptr);
38 static void ftst_(FPU_REG *st0_ptr, u_char st0tag)
45 if (getsign(st0_ptr) == SIGN_POS)
51 switch (FPU_Special(st0_ptr)) {
53 if (getsign(st0_ptr) == SIGN_POS)
60 if (getsign(st0_ptr) == SIGN_POS)
71 if (getsign(st0_ptr) == SIGN_POS)
89 static void fxam(FPU_REG *st0_ptr, u_char st0tag)
103 switch (FPU_Special(st0_ptr)) {
109 if ((st0_ptr->sigh & 0x80000000)
110 && (exponent(st0_ptr) == EXP_OVER))
118 if (getsign(st0_ptr) == SIGN_NEG)