Home
last modified time | relevance | path

Searched refs:TAG_Valid (Results 1 – 25 of 63) sorted by relevance

123

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/math-emu/
H A Dfpu_trig.c239 if (tag == TAG_Valid) { in f2xm1()
554 if (tag == TAG_Valid) { in f_sin()
789 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in do_fprem()
1035 if ((st0_tag == TAG_Valid) && (st1_tag == TAG_Valid)) { in fyl2x()
1204 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fpatan()
1324 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fyl2xp1()
1362 case TAG_Valid: in fyl2xp1()
1494 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fscale()
1540 case TAG_Valid: in fscale()
1576 case TAG_Valid: in fscale()
[all …]
H A Dreg_constant.c76 fld_const(&CONST_1, 0, TAG_Valid); in fld1()
81 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); in fldl2t()
86 fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldl2e()
91 fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldpi()
96 fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldlg2()
101 fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldln2()
H A Dreg_add_sub.c100 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_add()
101 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_add()
231 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_sub()
232 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_sub()
298 tagb = TAG_Valid; in add_sub_specials()
310 taga = TAG_Valid; in add_sub_specials()
H A Dreg_compare.c41 if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal)) in compare()
42 || ((tagb != TAG_Valid) && (tagb != TW_Denormal))) { in compare()
46 if (tagb == TAG_Valid) in compare()
54 if (st0_tag == TAG_Valid) in compare()
64 if ((tagb == TAG_Valid) || (tagb == TAG_Zero)) in compare()
79 if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero)) in compare()
H A Derrors.c190 case TAG_Valid: in FPU_printall()
507 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid; in arith_invalid()
515 int tag = TAG_Valid; in FPU_divide_by_zero()
575 int tag = TAG_Valid; in arith_overflow()
603 int tag = TAG_Valid; in arith_underflow()
H A Dfpu_etc.c44 case TAG_Valid: in ftst_()
99 case TAG_Valid: in fxam()
H A Dreg_mul.c58 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_mul()
59 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_mul()
H A Dreg_norm.S66 movl TAG_Valid,%eax
137 movl TAG_Valid,%eax
H A Dpoly_sin.c187 FPU_copy_to_reg0(&result, TAG_Valid); in poly_sine()
269 FPU_copy_to_reg0(&CONST_1, TAG_Valid); in poly_cos()
370 FPU_copy_to_reg0(&result, TAG_Valid); in poly_cos()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/math-emu/
H A Dfpu_trig.c239 if (tag == TAG_Valid) { in f2xm1()
554 if (tag == TAG_Valid) { in f_sin()
789 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in do_fprem()
1035 if ((st0_tag == TAG_Valid) && (st1_tag == TAG_Valid)) { in fyl2x()
1204 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fpatan()
1324 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fyl2xp1()
1362 case TAG_Valid: in fyl2xp1()
1494 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fscale()
1540 case TAG_Valid: in fscale()
1576 case TAG_Valid: in fscale()
[all …]
H A Dreg_constant.c76 fld_const(&CONST_1, 0, TAG_Valid); in fld1()
81 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); in fldl2t()
86 fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldl2e()
91 fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldpi()
96 fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldlg2()
101 fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldln2()
H A Dreg_add_sub.c100 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_add()
101 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_add()
231 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_sub()
232 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_sub()
298 tagb = TAG_Valid; in add_sub_specials()
310 taga = TAG_Valid; in add_sub_specials()
H A Dreg_compare.c41 if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal)) in compare()
42 || ((tagb != TAG_Valid) && (tagb != TW_Denormal))) { in compare()
46 if (tagb == TAG_Valid) in compare()
54 if (st0_tag == TAG_Valid) in compare()
64 if ((tagb == TAG_Valid) || (tagb == TAG_Zero)) in compare()
79 if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero)) in compare()
H A Derrors.c190 case TAG_Valid: in FPU_printall()
507 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid; in arith_invalid()
515 int tag = TAG_Valid; in FPU_divide_by_zero()
575 int tag = TAG_Valid; in arith_overflow()
603 int tag = TAG_Valid; in arith_underflow()
H A Dfpu_etc.c44 case TAG_Valid: in ftst_()
99 case TAG_Valid: in fxam()
H A Dreg_mul.c58 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_mul()
59 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_mul()
H A Dreg_norm.S66 movl TAG_Valid,%eax
137 movl TAG_Valid,%eax
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/math-emu/
H A Dfpu_trig.c239 if (tag == TAG_Valid) { in f2xm1()
554 if (tag == TAG_Valid) { in f_sin()
789 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in do_fprem()
1035 if ((st0_tag == TAG_Valid) && (st1_tag == TAG_Valid)) { in fyl2x()
1204 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fpatan()
1324 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fyl2xp1()
1362 case TAG_Valid: in fyl2xp1()
1494 if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) { in fscale()
1540 case TAG_Valid: in fscale()
1576 case TAG_Valid: in fscale()
[all …]
H A Dreg_constant.c76 fld_const(&CONST_1, 0, TAG_Valid); in fld1()
81 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); in fldl2t()
86 fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldl2e()
91 fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldpi()
96 fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldlg2()
101 fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldln2()
H A Dreg_add_sub.c100 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_add()
101 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_add()
231 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_sub()
232 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_sub()
298 tagb = TAG_Valid; in add_sub_specials()
310 taga = TAG_Valid; in add_sub_specials()
H A Dreg_compare.c41 if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal)) in compare()
42 || ((tagb != TAG_Valid) && (tagb != TW_Denormal))) { in compare()
46 if (tagb == TAG_Valid) in compare()
54 if (st0_tag == TAG_Valid) in compare()
64 if ((tagb == TAG_Valid) || (tagb == TAG_Zero)) in compare()
79 if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero)) in compare()
H A Derrors.c190 case TAG_Valid: in FPU_printall()
507 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid; in arith_invalid()
515 int tag = TAG_Valid; in FPU_divide_by_zero()
575 int tag = TAG_Valid; in arith_overflow()
603 int tag = TAG_Valid; in arith_underflow()
H A Dfpu_etc.c44 case TAG_Valid: in ftst_()
99 case TAG_Valid: in fxam()
H A Dreg_mul.c58 if (((taga == TAG_Valid) && (tagb == TW_Denormal)) in FPU_mul()
59 || ((taga == TW_Denormal) && (tagb == TAG_Valid)) in FPU_mul()
H A Dreg_norm.S66 movl TAG_Valid,%eax
137 movl TAG_Valid,%eax

123