FPU_copy_to_regi  439 arch/x86/math-emu/errors.c 			FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
FPU_copy_to_regi  484 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(x, TAG_Special, deststnr);
FPU_copy_to_regi  507 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
FPU_copy_to_regi  522 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr);
FPU_copy_to_regi  667 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
FPU_copy_to_regi  681 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
FPU_copy_to_regi  147 arch/x86/math-emu/fpu_aux.c 			FPU_copy_to_regi(st0_ptr, st0_tag, i);
FPU_copy_to_regi  179 arch/x86/math-emu/fpu_aux.c 	FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
FPU_copy_to_regi  185 arch/x86/math-emu/fpu_aux.c 	FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
FPU_copy_to_regi   70 arch/x86/math-emu/fpu_proto.h extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
FPU_copy_to_regi  159 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi   78 arch/x86/math-emu/reg_add_sub.c 				FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi  188 arch/x86/math-emu/reg_add_sub.c 				FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi  283 arch/x86/math-emu/reg_add_sub.c 			FPU_copy_to_regi(a, TAG_Zero, deststnr);
FPU_copy_to_regi  317 arch/x86/math-emu/reg_add_sub.c 			FPU_copy_to_regi(a, TAG_Special, deststnr);
FPU_copy_to_regi  324 arch/x86/math-emu/reg_add_sub.c 		FPU_copy_to_regi(b, TAG_Special, deststnr);
FPU_copy_to_regi  117 arch/x86/math-emu/reg_divide.c 			FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi  161 arch/x86/math-emu/reg_divide.c 			FPU_copy_to_regi(a, TAG_Special, deststnr);
FPU_copy_to_regi  170 arch/x86/math-emu/reg_divide.c 		FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi   82 arch/x86/math-emu/reg_mul.c 		FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi   99 arch/x86/math-emu/reg_mul.c 		FPU_copy_to_regi(a, TAG_Special, deststnr);
FPU_copy_to_regi  103 arch/x86/math-emu/reg_mul.c 		FPU_copy_to_regi(b, TAG_Special, deststnr);