FPU_div            53 arch/x86/math-emu/fpu_arith.c 	FPU_div(0, FPU_rm, control_word);
FPU_div            60 arch/x86/math-emu/fpu_arith.c 	FPU_div(REV, FPU_rm, control_word);
FPU_div            96 arch/x86/math-emu/fpu_arith.c 	FPU_div(DEST_RM, FPU_rm, control_word);
FPU_div           103 arch/x86/math-emu/fpu_arith.c 	FPU_div(REV | DEST_RM, FPU_rm, control_word);
FPU_div           143 arch/x86/math-emu/fpu_arith.c 	if (FPU_div(DEST_RM, FPU_rm, control_word) >= 0)
FPU_div           151 arch/x86/math-emu/fpu_arith.c 	if (FPU_div(REV | DEST_RM, FPU_rm, control_word) >= 0)
FPU_div           427 arch/x86/math-emu/fpu_entry.c 					FPU_div(LOADED | loaded_tag,
FPU_div           436 arch/x86/math-emu/fpu_entry.c 					FPU_div(REV | LOADED | loaded_tag,
FPU_div           154 arch/x86/math-emu/fpu_proto.h extern int FPU_div(int flags, int regrm, int control_w);