REV 45 arch/x86/math-emu/fpu_arith.c FPU_sub(REV, FPU_rm, control_word);
REV 59 arch/x86/math-emu/fpu_arith.c FPU_div(REV, FPU_rm, control_word);
REV 88 arch/x86/math-emu/fpu_arith.c FPU_sub(REV | DEST_RM, FPU_rm, control_word);
REV 102 arch/x86/math-emu/fpu_arith.c FPU_div(REV | DEST_RM, FPU_rm, control_word);
REV 134 arch/x86/math-emu/fpu_arith.c if (FPU_sub(REV | DEST_RM, FPU_rm, control_word) >= 0)
REV 150 arch/x86/math-emu/fpu_arith.c if (FPU_div(REV | DEST_RM, FPU_rm, control_word) >= 0)
REV 462 arch/x86/math-emu/fpu_entry.c FPU_sub(REV | LOADED | loaded_tag,
REV 477 arch/x86/math-emu/fpu_entry.c FPU_div(REV | LOADED | loaded_tag,
REV 68 arch/x86/math-emu/fpu_trig.c FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2,
REV 135 arch/x86/math-emu/fpu_trig.c FPU_sub(REV | LOADED | TAG_Valid,
REV 153 arch/x86/math-emu/reg_add_sub.c if (flags & REV) {
REV 250 arch/x86/math-emu/reg_add_sub.c if (flags & REV) {
REV 40 arch/x86/math-emu/reg_divide.c if (flags & REV) {
REV 141 arch/x86/math-emu/reg_divide.c (flags & REV) ? st0_ptr : &st(rm));
REV 148 arch/x86/math-emu/reg_divide.c (flags & REV) ? st0_ptr : &st(rm));