Lines Matching refs:deststnr
414 int deststnr, FPU_REG const *defaultNaN)
416 FPU_REG *dest = &st(deststnr);
418 u_char taga = FPU_gettagi(deststnr);
436 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
481 FPU_copy_to_regi(x, TAG_Special, deststnr);
497 asmlinkage __visible int arith_invalid(int deststnr)
504 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
512 asmlinkage __visible int FPU_divide_by_zero(int deststnr, u_char sign)
514 FPU_REG *dest = &st(deststnr);
519 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr);