FPU_settag         73 arch/x86/math-emu/fpu_proto.h extern void FPU_settag(int regnr, int tag);
FPU_settag       1094 arch/x86/math-emu/reg_ld_str.c 			FPU_settag(i, TAG_Empty);
FPU_settag       1102 arch/x86/math-emu/reg_ld_str.c 					FPU_settag(i, TAG_Zero);
FPU_settag       1104 arch/x86/math-emu/reg_ld_str.c 					FPU_settag(i, TAG_Special);
FPU_settag       1107 arch/x86/math-emu/reg_ld_str.c 				FPU_settag(i, TAG_Special);
FPU_settag       1109 arch/x86/math-emu/reg_ld_str.c 				FPU_settag(i, TAG_Valid);
FPU_settag       1111 arch/x86/math-emu/reg_ld_str.c 				FPU_settag(i, TAG_Special);	/* An Un-normal */
FPU_settag       1138 arch/x86/math-emu/reg_ld_str.c 			FPU_settag(regnr, FPU_tagof(&st(i)));