Searched refs:FPU_copy_to_regi (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ |
D | reg_mul.c | 88 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()
|
D | fpu_aux.c | 159 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()
|
D | errors.c | 442 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()
|
D | reg_add_sub.c | 84 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()
|
D | reg_divide.c | 132 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()
|
D | fpu_tags.c | 106 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi() function
|
D | fpu_proto.h | 73 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
|
D | fpu_trig.c | 161 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg()
|