Searched refs:FPU_div (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c428 FPU_div(LOADED | loaded_tag,
437 FPU_div(REV | LOADED | loaded_tag,
H A Dfpu_proto.h154 extern int FPU_div(int flags, int regrm, int control_w);
H A Dreg_divide.c28 int FPU_div(int flags, int rm, int control_w) function
H A Dfpu_arith.c53 FPU_div(0, FPU_rm, control_word);
60 FPU_div(REV, FPU_rm, control_word);
96 FPU_div(DEST_RM, FPU_rm, control_word);
103 FPU_div(REV | DEST_RM, FPU_rm, control_word);
143 if (FPU_div(DEST_RM, FPU_rm, control_word) >= 0)
151 if (FPU_div(REV | DEST_RM, FPU_rm, control_word) >= 0)

Completed in 275 milliseconds