Searched refs:st1_tag (Results 1 – 3 of 3) sorted by relevance
787 u_char st1_tag = FPU_gettagi(1); in do_fprem() local789 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in do_fprem()962 if (st1_tag == TAG_Special) in do_fprem()963 st1_tag = FPU_Special(st1_ptr); in do_fprem()965 if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal)) in do_fprem()966 || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid)) in do_fprem()967 || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) { in do_fprem()971 } else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) { in do_fprem()975 if (st1_tag == TAG_Valid) { in do_fprem()978 } else if (st1_tag == TW_Denormal) { in do_fprem()[all …]
53 FPU_REG *st1_ptr, u_char st1_tag) in poly_atan() argument70 if (st1_tag == TAG_Valid) { in poly_atan()
99 u_char st1_tag);