Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_mul.c88 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
112 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_mul()
118 FPU_copy_to_regi(b, TAG_Special, deststnr); in FPU_mul()
Dfpu_aux.c159 FPU_copy_to_regi(st0_ptr, st0_tag, i); in fxch_i()
194 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fst_i_()
201 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fstp_i()
Derrors.c442 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in real_2op_NaN()
494 FPU_copy_to_regi(x, TAG_Special, deststnr); in real_2op_NaN()
519 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in arith_invalid()
536 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr); in FPU_divide_by_zero()
712 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_i()
728 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_pop()
Dreg_add_sub.c84 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_add()
207 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_sub()
307 FPU_copy_to_regi(a, TAG_Zero, deststnr); in add_sub_specials()
354 FPU_copy_to_regi(a, TAG_Special, deststnr); in add_sub_specials()
363 FPU_copy_to_regi(b, TAG_Special, deststnr); in add_sub_specials()
Dreg_divide.c132 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
183 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_div()
194 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
Dfpu_tags.c106 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi() function
Dfpu_proto.h73 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
Dfpu_trig.c161 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg()