DEST_RM            82 arch/x86/math-emu/fpu_arith.c 	FPU_sub(DEST_RM, FPU_rm, control_word);
DEST_RM            89 arch/x86/math-emu/fpu_arith.c 	FPU_sub(REV | DEST_RM, FPU_rm, control_word);
DEST_RM            96 arch/x86/math-emu/fpu_arith.c 	FPU_div(DEST_RM, FPU_rm, control_word);
DEST_RM           103 arch/x86/math-emu/fpu_arith.c 	FPU_div(REV | DEST_RM, FPU_rm, control_word);
DEST_RM           127 arch/x86/math-emu/fpu_arith.c 	if (FPU_sub(DEST_RM, FPU_rm, control_word) >= 0)
DEST_RM           135 arch/x86/math-emu/fpu_arith.c 	if (FPU_sub(REV | DEST_RM, FPU_rm, control_word) >= 0)
DEST_RM           143 arch/x86/math-emu/fpu_arith.c 	if (FPU_div(DEST_RM, FPU_rm, control_word) >= 0)
DEST_RM           151 arch/x86/math-emu/fpu_arith.c 	if (FPU_div(REV | DEST_RM, FPU_rm, control_word) >= 0)
DEST_RM           147 arch/x86/math-emu/reg_add_sub.c 		if (flags & DEST_RM)
DEST_RM           260 arch/x86/math-emu/reg_add_sub.c 		if (flags & DEST_RM)
DEST_RM            36 arch/x86/math-emu/reg_divide.c 	if (flags & DEST_RM)
DEST_RM           136 arch/x86/math-emu/reg_divide.c 		if (flags & DEST_RM) {