FPU_copy_to_regi  436 arch/x86/math-emu/errors.c 			FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
FPU_copy_to_regi  481 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(x, TAG_Special, deststnr);
FPU_copy_to_regi  504 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
FPU_copy_to_regi  519 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr);
FPU_copy_to_regi  664 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
FPU_copy_to_regi  678 arch/x86/math-emu/errors.c 		FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
FPU_copy_to_regi  157 arch/x86/math-emu/fpu_aux.c 			FPU_copy_to_regi(st0_ptr, st0_tag, i);
FPU_copy_to_regi  259 arch/x86/math-emu/fpu_aux.c 	FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
FPU_copy_to_regi  265 arch/x86/math-emu/fpu_aux.c 	FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm);
FPU_copy_to_regi   79 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  160 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi   79 arch/x86/math-emu/reg_add_sub.c 				FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi  189 arch/x86/math-emu/reg_add_sub.c 				FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi  284 arch/x86/math-emu/reg_add_sub.c 			FPU_copy_to_regi(a, TAG_Zero, deststnr);
FPU_copy_to_regi  318 arch/x86/math-emu/reg_add_sub.c 			FPU_copy_to_regi(a, TAG_Special, deststnr);
FPU_copy_to_regi  325 arch/x86/math-emu/reg_add_sub.c 		FPU_copy_to_regi(b, TAG_Special, deststnr);
FPU_copy_to_regi  118 arch/x86/math-emu/reg_divide.c 			FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi  162 arch/x86/math-emu/reg_divide.c 			FPU_copy_to_regi(a, TAG_Special, deststnr);
FPU_copy_to_regi  171 arch/x86/math-emu/reg_divide.c 		FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi   83 arch/x86/math-emu/reg_mul.c 		FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
FPU_copy_to_regi  100 arch/x86/math-emu/reg_mul.c 		FPU_copy_to_regi(a, TAG_Special, deststnr);
FPU_copy_to_regi  104 arch/x86/math-emu/reg_mul.c 		FPU_copy_to_regi(b, TAG_Special, deststnr);