FPU_gettagi       179 arch/x86/math-emu/errors.c 		u_char tagi = FPU_gettagi(i);
FPU_gettagi       421 arch/x86/math-emu/errors.c 	u_char taga = FPU_gettagi(deststnr);
FPU_gettagi        23 arch/x86/math-emu/fpu_arith.c 	FPU_add(&st(i), FPU_gettagi(i), 0, control_word);
FPU_gettagi        31 arch/x86/math-emu/fpu_arith.c 	FPU_mul(&st(i), FPU_gettagi(i), 0, control_word);
FPU_gettagi        67 arch/x86/math-emu/fpu_arith.c 	FPU_add(&st(i), FPU_gettagi(i), i, control_word);
FPU_gettagi       110 arch/x86/math-emu/fpu_arith.c 	if (FPU_add(&st(i), FPU_gettagi(i), i, control_word) >= 0)
FPU_gettagi       107 arch/x86/math-emu/fpu_aux.c 		tag = FPU_gettagi(i);
FPU_gettagi        60 arch/x86/math-emu/fpu_proto.h extern int FPU_gettagi(int stnr);
FPU_gettagi       781 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi      1023 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi      1194 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi      1315 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi      1483 arch/x86/math-emu/fpu_trig.c 	u_char st1_tag = FPU_gettagi(1);
FPU_gettagi        95 arch/x86/math-emu/load_store.c 			if (FPU_gettagi(-1) != TAG_Empty) {
FPU_gettagi       144 arch/x86/math-emu/reg_add_sub.c 		tagb = FPU_gettagi(rm);
FPU_gettagi       219 arch/x86/math-emu/reg_compare.c 	c = compare(st_ptr, FPU_gettagi(nr));
FPU_gettagi       265 arch/x86/math-emu/reg_compare.c 	c = compare(st_ptr, FPU_gettagi(nr));
FPU_gettagi        50 arch/x86/math-emu/reg_divide.c 			taga = FPU_gettagi(rm);
FPU_gettagi        62 arch/x86/math-emu/reg_divide.c 			tagb = FPU_gettagi(rm);
FPU_gettagi       144 arch/x86/math-emu/reg_divide.c 			tag = FPU_gettagi(rm);
FPU_gettagi        33 arch/x86/math-emu/reg_mul.c 	u_char taga = FPU_gettagi(deststnr);