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

/linux-master/arch/x86/math-emu/
H A Dreg_mul.c83 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
100 FPU_copy_to_regi(a, TAG_Special, deststnr);
104 FPU_copy_to_regi(b, TAG_Special, deststnr);
H A Dreg_divide.c118 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
162 FPU_copy_to_regi(a, TAG_Special, deststnr);
171 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
H A Dfpu_aux.c157 FPU_copy_to_regi(st0_ptr, st0_tag, i);
259 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
265 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
H A Dreg_add_sub.c79 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
189 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
284 FPU_copy_to_regi(a, TAG_Zero, deststnr);
318 FPU_copy_to_regi(a, TAG_Special, deststnr);
325 FPU_copy_to_regi(b, TAG_Special, deststnr);
H A Derrors.c436 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
481 FPU_copy_to_regi(x, TAG_Special, deststnr);
504 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
519 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr);
664 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
678 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
H A Dfpu_tags.c95 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) function
H A Dfpu_proto.h79 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
H A Dfpu_trig.c160 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);

Completed in 212 milliseconds