Home
last modified time | relevance | path

Searched refs:CONST_Z (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_constant.c39 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0); variable
106 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
Dreg_divide.c132 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
194 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
Dreg_constant.h25 extern FPU_REG const CONST_Z;
Dreg_ld_str.c144 reg_copy(&CONST_Z, loaded_data); in FPU_load_double()
190 reg_copy(&CONST_Z, loaded_data); in FPU_load_single()
252 reg_copy(&CONST_Z, st0_ptr); in FPU_load_int64()
282 { reg_copy(&CONST_Z, loaded_data); return TAG_Zero; } in FPU_load_int32()
311 { reg_copy(&CONST_Z, loaded_data); return TAG_Zero; } in FPU_load_int16()
358 reg_copy(&CONST_Z, st0_ptr); in FPU_load_bcd()
Dfpu_trig.c161 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg()
415 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fxtract()
1005 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in do_fprem()
1243 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in fyl2x()
1401 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in fpatan()
1696 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fscale()
1751 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fscale()
Dreg_add_sub.c84 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_add()
207 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_sub()
Dreg_mul.c88 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
Dpoly_l2.c98 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
Derrors.c645 reg_copy(&CONST_Z, dest); in arith_underflow()