Searched refs:TAG_Zero (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_divide.c109 if (tagb != TAG_Zero) {
117 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
119 return TAG_Zero;
122 if (taga == TAG_Zero) {
170 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
172 return TAG_Zero;
H A Dreg_mul.c82 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
87 return TAG_Zero;
92 } else if (((taga == TW_Infinity) && (tagb == TAG_Zero))
93 || ((tagb == TW_Infinity) && (taga == TAG_Zero))) {
H A Dfpu_trig.c159 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
252 if (tag == TAG_Zero)
324 if (st0_tag == TAG_Zero) {
383 } else if (st0_tag == TAG_Zero) {
390 FPU_copy_to_reg0(&CONST_Z, TAG_Zero);
475 if (st0_tag == TAG_Zero)
535 if (st0_tag == TAG_Zero)
579 if (tag == TAG_Zero) {
656 } else if (tag == TAG_Zero) {
915 FPU_copy_to_reg0(&CONST_Z, TAG_Zero);
[all...]
H A Dreg_add_sub.c78 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
82 return TAG_Zero;
188 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
193 return TAG_Zero;
278 if (taga == TAG_Zero) {
279 if (tagb == TAG_Zero) {
283 FPU_copy_to_regi(a, TAG_Zero, deststnr);
291 return TAG_Zero;
304 } else if (tagb == TAG_Zero) {
H A Dfpu_etc.c40 case TAG_Zero:
95 case TAG_Zero:
H A Dreg_compare.c42 if (st0_tag == TAG_Zero) {
43 if (tagb == TAG_Zero)
52 } else if (tagb == TAG_Zero) {
63 if ((tagb == TAG_Valid) || (tagb == TAG_Zero))
78 if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero))
H A Dreg_norm.S79 movl TAG_Zero,%eax
142 movl TAG_Zero,%eax
H A Dreg_ld_str.c59 return TAG_Zero;
130 tag = TAG_Zero;
171 return TAG_Zero;
223 return TAG_Zero;
251 return TAG_Zero;
280 return TAG_Zero;
326 return TAG_Zero;
492 } else if (st0_tag == TAG_Zero) {
673 } else if (st0_tag == TAG_Zero) {
974 if (tag == TAG_Zero) {
[all...]
H A Dreg_constant.c101 fld_const(&CONST_Z, 0, TAG_Zero);
H A Dpoly_l2.c52 if (tag == TAG_Zero) {
85 FPU_copy_to_reg1(&CONST_Z, TAG_Zero);
H A Derrors.c149 case TAG_Zero:
578 tag = TAG_Zero;
H A Dfpu_emu.h46 /* Keep the order TAG_Valid, TAG_Zero, TW_Denormal */
54 #define TAG_Zero Const(1) /* zero */ macro
H A Dreg_u_sub.S23 | and returns their difference as a TAG_Valid or TAG_Zero f.p.
208 movl TAG_Zero,%eax
H A Dfpu_entry.c401 if ((st0_tag == TAG_Zero) &&
474 if (st0_tag == TAG_Zero)
H A Dreg_round.S630 movl TAG_Zero,%edx

Completed in 78 milliseconds