Searched refs:CONST_Z (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ |
D | reg_constant.c | 39 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0); variable 106 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
|
D | reg_divide.c | 132 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()
|
D | reg_constant.h | 25 extern FPU_REG const CONST_Z;
|
D | reg_ld_str.c | 144 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()
|
D | fpu_trig.c | 161 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()
|
D | reg_add_sub.c | 84 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()
|
D | reg_mul.c | 88 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
|
D | poly_l2.c | 98 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
|
D | errors.c | 645 reg_copy(&CONST_Z, dest); in arith_underflow()
|