Symbol: FPU_copy_to_regi
arch/x86/math-emu/errors.c
436
FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
arch/x86/math-emu/errors.c
481
FPU_copy_to_regi(x, TAG_Special, deststnr);
arch/x86/math-emu/errors.c
504
FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
arch/x86/math-emu/errors.c
519
FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr);
arch/x86/math-emu/errors.c
664
FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
arch/x86/math-emu/errors.c
678
FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
arch/x86/math-emu/fpu_aux.c
157
FPU_copy_to_regi(st0_ptr, st0_tag, i);
arch/x86/math-emu/fpu_aux.c
259
FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
arch/x86/math-emu/fpu_aux.c
265
FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
arch/x86/math-emu/fpu_proto.h
79
extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
arch/x86/math-emu/fpu_trig.c
160
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_add_sub.c
189
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_add_sub.c
284
FPU_copy_to_regi(a, TAG_Zero, deststnr);
arch/x86/math-emu/reg_add_sub.c
318
FPU_copy_to_regi(a, TAG_Special, deststnr);
arch/x86/math-emu/reg_add_sub.c
325
FPU_copy_to_regi(b, TAG_Special, deststnr);
arch/x86/math-emu/reg_add_sub.c
79
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_divide.c
118
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_divide.c
162
FPU_copy_to_regi(a, TAG_Special, deststnr);
arch/x86/math-emu/reg_divide.c
171
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_mul.c
100
FPU_copy_to_regi(a, TAG_Special, deststnr);
arch/x86/math-emu/reg_mul.c
104
FPU_copy_to_regi(b, TAG_Special, deststnr);
arch/x86/math-emu/reg_mul.c
83
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);