Searched refs:TAG_Valid (Results 1 – 17 of 17) sorted by relevance
/arch/x86/math-emu/ |
D | fpu_trig.c | 39 int tag, st0_tag = TAG_Valid; in trig_arg() 68 FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2, in trig_arg() 135 FPU_sub(REV | LOADED | TAG_Valid, in trig_arg() 238 if (tag == TAG_Valid) { in f2xm1() 266 FPU_copy_to_reg0(&CONST_1, TAG_Valid); in f2xm1() 297 if (st0_tag == TAG_Valid) { in fptan() 320 FPU_copy_to_reg0(&CONST_1, TAG_Valid); in fptan() 326 FPU_copy_to_reg0(&CONST_1, TAG_Valid); in fptan() 367 if (st0_tag == TAG_Valid) { in fxtract() 381 FPU_settag0(TAG_Valid); /* Needed if arg was a denormal */ in fxtract() [all …]
|
D | reg_constant.c | 75 fld_const(&CONST_1, 0, TAG_Valid); in fld1() 80 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); in fldl2t() 85 fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldl2e() 90 fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldpi() 95 fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldlg2() 100 fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldln2()
|
D | reg_compare.c | 40 if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal)) in compare() 41 || ((tagb != TAG_Valid) && (tagb != TW_Denormal))) { in compare() 45 if (tagb == TAG_Valid) in compare() 53 if (st0_tag == TAG_Valid) in compare() 63 if ((tagb == TAG_Valid) || (tagb == TAG_Zero)) in compare() 78 if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero)) in compare()
|
D | reg_add_sub.c | 99 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_add() 100 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_add() 230 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_sub() 231 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_sub() 297 tagb = TAG_Valid; in add_sub_specials() 309 taga = TAG_Valid; in add_sub_specials()
|
D | fpu_etc.c | 43 case TAG_Valid: in ftst_() 98 case TAG_Valid: in fxam()
|
D | errors.c | 187 case TAG_Valid: in FPU_printall() 510 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid; in arith_invalid() 518 int tag = TAG_Valid; in FPU_divide_by_zero() 578 int tag = TAG_Valid; in arith_overflow() 606 int tag = TAG_Valid; in arith_underflow()
|
D | reg_mul.c | 57 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_mul() 58 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_mul()
|
D | reg_norm.S | 65 movl TAG_Valid,%eax 135 movl TAG_Valid,%eax
|
D | poly_tan.c | 84 FPU_settag0(TAG_Valid); in poly_tan() 208 FPU_settag0(TAG_Valid); in poly_tan()
|
D | reg_divide.c | 94 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_div() 95 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_div()
|
D | poly_sin.c | 186 FPU_copy_to_reg0(&result, TAG_Valid); in poly_sine() 268 FPU_copy_to_reg0(&CONST_1, TAG_Valid); in poly_cos() 369 FPU_copy_to_reg0(&result, TAG_Valid); in poly_cos()
|
D | poly_atan.c | 62 if (st0_tag == TAG_Valid) { in poly_atan() 69 if (st1_tag == TAG_Valid) { in poly_atan()
|
D | reg_ld_str.c | 77 return TAG_Valid; in FPU_tagof() 146 tag = TAG_Valid; in FPU_load_double() 200 tag = TAG_Valid; in FPU_load_single() 388 if (st0_tag == TAG_Valid) { in FPU_store_double() 571 if (st0_tag == TAG_Valid) { in FPU_store_single() 1108 FPU_settag(i, TAG_Valid); in fldenv()
|
D | fpu_emu.h | 53 #define TAG_Valid Const(0) /* valid */ macro
|
D | poly_l2.c | 131 if (tag == TAG_Valid) in poly_l2p1()
|
D | reg_round.S | 396 movl TAG_Valid,%edx
|
D | fpu_entry.c | 402 ((loaded_tag == TAG_Valid) in math_emulate()
|