Searched refs:st1_tag (Results 1 – 3 of 3) sorted by relevance
866 u_char st1_tag = FPU_gettagi(1); in do_fprem() local868 if ( !((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid)) ) in do_fprem()1050 if ( st1_tag == TAG_Special ) in do_fprem()1051 st1_tag = FPU_Special(st1_ptr); in do_fprem()1053 if ( ((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal)) in do_fprem()1054 || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid)) in do_fprem()1055 || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal)) ) in do_fprem()1061 else if ( (st0_tag == TAG_Empty) || (st1_tag == TAG_Empty) ) in do_fprem()1068 if ( st1_tag == TAG_Valid ) in do_fprem()1072 else if ( st1_tag == TW_Denormal ) in do_fprem()[all …]
56 FPU_REG *st1_ptr, u_char st1_tag) in poly_atan() argument78 if ( st1_tag == TAG_Valid ) in poly_atan()
91 u_char st1_tag);