DEST_RM 81 arch/x86/math-emu/fpu_arith.c FPU_sub(DEST_RM, FPU_rm, control_word);
DEST_RM 88 arch/x86/math-emu/fpu_arith.c FPU_sub(REV | DEST_RM, FPU_rm, control_word);
DEST_RM 95 arch/x86/math-emu/fpu_arith.c FPU_div(DEST_RM, FPU_rm, control_word);
DEST_RM 102 arch/x86/math-emu/fpu_arith.c FPU_div(REV | DEST_RM, FPU_rm, control_word);
DEST_RM 126 arch/x86/math-emu/fpu_arith.c if (FPU_sub(DEST_RM, FPU_rm, control_word) >= 0)
DEST_RM 134 arch/x86/math-emu/fpu_arith.c if (FPU_sub(REV | DEST_RM, FPU_rm, control_word) >= 0)
DEST_RM 142 arch/x86/math-emu/fpu_arith.c if (FPU_div(DEST_RM, FPU_rm, control_word) >= 0)
DEST_RM 150 arch/x86/math-emu/fpu_arith.c if (FPU_div(REV | DEST_RM, FPU_rm, control_word) >= 0)
DEST_RM 146 arch/x86/math-emu/reg_add_sub.c if (flags & DEST_RM)
DEST_RM 259 arch/x86/math-emu/reg_add_sub.c if (flags & DEST_RM)
DEST_RM 35 arch/x86/math-emu/reg_divide.c if (flags & DEST_RM)
DEST_RM 135 arch/x86/math-emu/reg_divide.c if (flags & DEST_RM) {