FPU_settag         64 arch/x86/math-emu/fpu_proto.h extern void FPU_settag(int regnr, int tag);
FPU_settag       1093 arch/x86/math-emu/reg_ld_str.c 			FPU_settag(i, TAG_Empty);
FPU_settag       1101 arch/x86/math-emu/reg_ld_str.c 					FPU_settag(i, TAG_Zero);
FPU_settag       1103 arch/x86/math-emu/reg_ld_str.c 					FPU_settag(i, TAG_Special);
FPU_settag       1106 arch/x86/math-emu/reg_ld_str.c 				FPU_settag(i, TAG_Special);
FPU_settag       1108 arch/x86/math-emu/reg_ld_str.c 				FPU_settag(i, TAG_Valid);
FPU_settag       1110 arch/x86/math-emu/reg_ld_str.c 				FPU_settag(i, TAG_Special);	/* An Un-normal */
FPU_settag       1137 arch/x86/math-emu/reg_ld_str.c 			FPU_settag(regnr, FPU_tagof(&st(i)));