Searched refs:st1_tag (Results 1 – 3 of 3) sorted by relevance
781 u_char st1_tag = FPU_gettagi(1); in do_fprem() local783 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in do_fprem()956 if (st1_tag == TAG_Special) in do_fprem()957 st1_tag = FPU_Special(st1_ptr); in do_fprem()959 if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal)) in do_fprem()960 || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid)) in do_fprem()961 || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) { in do_fprem()965 } else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) { in do_fprem()969 if (st1_tag == TAG_Valid) { in do_fprem()972 } else if (st1_tag == TW_Denormal) { in do_fprem()[all …]
52 FPU_REG *st1_ptr, u_char st1_tag) in poly_atan() argument69 if (st1_tag == TAG_Valid) { in poly_atan()
98 u_char st1_tag);