Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_constant.h19 extern FPU_REG const CONST_Z;
Dreg_constant.c40 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0); variable
105 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
Dreg_divide.c117 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()
Dreg_mul.c82 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
Dreg_ld_str.c128 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()
Dfpu_trig.c159 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()
Dreg_add_sub.c78 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()
Dpoly_l2.c85 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
Derrors.c606 reg_copy(&CONST_Z, dest); in arith_underflow()