BOTH_PRmn          76 arch/sh/math-emu/math.c #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; })
BOTH_PRmn         108 arch/sh/math-emu/math.c 	BOTH_PRmn(ARITH_X, ADD);
BOTH_PRmn         115 arch/sh/math-emu/math.c 	BOTH_PRmn(ARITH_X, SUB);
BOTH_PRmn         122 arch/sh/math-emu/math.c 	BOTH_PRmn(ARITH_X, MUL);
BOTH_PRmn         129 arch/sh/math-emu/math.c 	BOTH_PRmn(ARITH_X, DIV);