Searched refs:CONST_Z (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | reg_constant.c | 41 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0); variable 106 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
|
A D | reg_divide.c | 118 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()
|
A D | reg_constant.h | 20 extern FPU_REG const CONST_Z;
|
A D | reg_ld_str.c | 129 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()
|
A D | fpu_trig.c | 160 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()
|
A D | reg_add_sub.c | 79 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()
|
A D | reg_mul.c | 83 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
|
A D | poly_l2.c | 86 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
|
A D | errors.c | 608 reg_copy(&CONST_Z, dest); in arith_underflow()
|
Completed in 16 milliseconds