Searched refs:CONST_Z (Results 1 – 9 of 9) sorted by relevance
/arch/x86/math-emu/ |
D | reg_constant.h | 19 extern FPU_REG const CONST_Z;
|
D | reg_constant.c | 40 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0); variable 105 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
|
D | reg_divide.c | 117 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div() 170 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
|
D | reg_mul.c | 82 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
|
D | reg_ld_str.c | 128 reg_copy(&CONST_Z, loaded_data); in FPU_load_double() 169 reg_copy(&CONST_Z, loaded_data); in FPU_load_single() 222 reg_copy(&CONST_Z, st0_ptr); in FPU_load_int64() 250 reg_copy(&CONST_Z, loaded_data); in FPU_load_int32() 279 reg_copy(&CONST_Z, loaded_data); in FPU_load_int16() 324 reg_copy(&CONST_Z, st0_ptr); in FPU_load_bcd()
|
D | fpu_trig.c | 159 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg() 390 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fxtract() 915 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in do_fprem() 1120 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in fyl2x() 1250 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in fpatan() 1505 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fscale() 1560 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fscale()
|
D | reg_add_sub.c | 78 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_add() 188 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_sub()
|
D | poly_l2.c | 85 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
|
D | errors.c | 606 reg_copy(&CONST_Z, dest); in arith_underflow()
|