FPU_div            52 arch/x86/math-emu/fpu_arith.c 	FPU_div(0, FPU_rm, control_word);
FPU_div            59 arch/x86/math-emu/fpu_arith.c 	FPU_div(REV, FPU_rm, control_word);
FPU_div            95 arch/x86/math-emu/fpu_arith.c 	FPU_div(DEST_RM, FPU_rm, control_word);
FPU_div           102 arch/x86/math-emu/fpu_arith.c 	FPU_div(REV | DEST_RM, FPU_rm, control_word);
FPU_div           142 arch/x86/math-emu/fpu_arith.c 	if (FPU_div(DEST_RM, FPU_rm, control_word) >= 0)
FPU_div           150 arch/x86/math-emu/fpu_arith.c 	if (FPU_div(REV | DEST_RM, FPU_rm, control_word) >= 0)
FPU_div           468 arch/x86/math-emu/fpu_entry.c 					FPU_div(LOADED | loaded_tag,
FPU_div           477 arch/x86/math-emu/fpu_entry.c 					FPU_div(REV | LOADED | loaded_tag,
FPU_div           141 arch/x86/math-emu/fpu_proto.h extern int FPU_div(int flags, int regrm, int control_w);