Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dreg_constant.c41 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0); variable
106 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
H A Dreg_constant.h20 extern FPU_REG const CONST_Z;
H A Dreg_divide.c118 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
171 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
H A Dreg_ld_str.c129 reg_copy(&CONST_Z, loaded_data); in FPU_load_double()
170 reg_copy(&CONST_Z, loaded_data); in FPU_load_single()
223 reg_copy(&CONST_Z, st0_ptr); in FPU_load_int64()
251 reg_copy(&CONST_Z, loaded_data); in FPU_load_int32()
280 reg_copy(&CONST_Z, loaded_data); in FPU_load_int16()
325 reg_copy(&CONST_Z, st0_ptr); in FPU_load_bcd()
H A Dfpu_trig.c160 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg()
391 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fxtract()
921 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in do_fprem()
1126 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in fyl2x()
1256 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in fpatan()
1511 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fscale()
1566 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fscale()
H A Dreg_mul.c83 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
H A Dreg_add_sub.c79 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_add()
189 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_sub()
H A Dpoly_l2.c86 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
H A Derrors.c608 reg_copy(&CONST_Z, dest); in arith_underflow()