Home
last modified time | relevance | path

Searched refs:FPU_copy_to_regi (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/arch/x86/math-emu/
Dreg_mul.c83 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
100 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_mul()
104 FPU_copy_to_regi(b, TAG_Special, deststnr); in FPU_mul()
Derrors.c436 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in real_2op_NaN()
481 FPU_copy_to_regi(x, TAG_Special, deststnr); in real_2op_NaN()
504 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in arith_invalid()
519 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr); in FPU_divide_by_zero()
664 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_i()
678 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_pop()
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()
284 FPU_copy_to_regi(a, TAG_Zero, deststnr); in add_sub_specials()
318 FPU_copy_to_regi(a, TAG_Special, deststnr); in add_sub_specials()
325 FPU_copy_to_regi(b, TAG_Special, deststnr); in add_sub_specials()
Dreg_divide.c118 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
162 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_div()
171 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
Dfpu_aux.c157 FPU_copy_to_regi(st0_ptr, st0_tag, i); in fxch_i()
259 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fst_i_()
265 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fstp_i()
Dfpu_tags.c95 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi() function
Dfpu_proto.h79 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
Dfpu_trig.c160 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg()