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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_aux.c156 FPU_copy_to_regi(st0_ptr, st0_tag, i);
188 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
194 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
H A Dreg_mul.c82 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
99 FPU_copy_to_regi(a, TAG_Special, deststnr);
103 FPU_copy_to_regi(b, TAG_Special, deststnr);
H A Dreg_divide.c117 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
161 FPU_copy_to_regi(a, TAG_Special, deststnr);
170 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
H A Derrors.c404 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
449 FPU_copy_to_regi(x, TAG_Special, deststnr);
472 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
487 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr);
632 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
646 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
H A Dreg_add_sub.c78 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
188 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
283 FPU_copy_to_regi(a, TAG_Zero, deststnr);
317 FPU_copy_to_regi(a, TAG_Special, deststnr);
324 FPU_copy_to_regi(b, TAG_Special, deststnr);
H A Dfpu_tags.c94 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) function
H A Dfpu_proto.h70 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
H A Dfpu_trig.c159 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);

Completed in 40 milliseconds