FPU_gettagi       180 arch/x86/math-emu/errors.c 		u_char tagi = FPU_gettagi(i);
FPU_gettagi       418 arch/x86/math-emu/errors.c 	u_char taga = FPU_gettagi(deststnr);
FPU_gettagi        24 arch/x86/math-emu/fpu_arith.c 	FPU_add(&st(i), FPU_gettagi(i), 0, control_word);
FPU_gettagi        32 arch/x86/math-emu/fpu_arith.c 	FPU_mul(&st(i), FPU_gettagi(i), 0, control_word);
FPU_gettagi        68 arch/x86/math-emu/fpu_arith.c 	FPU_add(&st(i), FPU_gettagi(i), i, control_word);
FPU_gettagi       111 arch/x86/math-emu/fpu_arith.c 	if (FPU_add(&st(i), FPU_gettagi(i), i, control_word) >= 0)
FPU_gettagi       117 arch/x86/math-emu/fpu_aux.c 		tag = FPU_gettagi(i);
FPU_gettagi        69 arch/x86/math-emu/fpu_proto.h extern int FPU_gettagi(int stnr);
FPU_gettagi       782 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi      1024 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi      1195 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi      1316 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi      1484 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi       102 arch/x86/math-emu/load_store.c 			if (FPU_gettagi(-1) != TAG_Empty) {
FPU_gettagi       145 arch/x86/math-emu/reg_add_sub.c 		tagb = FPU_gettagi(rm);
FPU_gettagi       220 arch/x86/math-emu/reg_compare.c 	c = compare(st_ptr, FPU_gettagi(nr));
FPU_gettagi       267 arch/x86/math-emu/reg_compare.c 	c = compare(st_ptr, FPU_gettagi(nr));
FPU_gettagi       314 arch/x86/math-emu/reg_compare.c 	c = compare(st_ptr, FPU_gettagi(nr));
FPU_gettagi       365 arch/x86/math-emu/reg_compare.c 	c = compare(st_ptr, FPU_gettagi(nr));
FPU_gettagi        51 arch/x86/math-emu/reg_divide.c 			taga = FPU_gettagi(rm);
FPU_gettagi        63 arch/x86/math-emu/reg_divide.c 			tagb = FPU_gettagi(rm);
FPU_gettagi       145 arch/x86/math-emu/reg_divide.c 			tag = FPU_gettagi(rm);
FPU_gettagi        34 arch/x86/math-emu/reg_mul.c 	u_char taga = FPU_gettagi(deststnr);