Lines Matching refs:deststnr
26 The sources are st(deststnr) and (b,tagb,signb).
27 The destination is st(deststnr).
30 int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w)
32 FPU_REG *a = &st(deststnr);
34 u_char taga = FPU_gettagi(deststnr);
49 FPU_settagi(deststnr, tag);
73 FPU_settagi(deststnr, tag);
83 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
92 return real_2op_NaN(b, tagb, deststnr, &st(0));
95 return arith_invalid(deststnr); /* Zero*Infinity is invalid */
100 FPU_copy_to_regi(a, TAG_Special, deststnr);
104 FPU_copy_to_regi(b, TAG_Special, deststnr);