Searched refs:BOTH_PRmn (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/math-emu/
H A Dmath.c65 #define BOTH_PRmn(op,x) \ macro
76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; })
108 BOTH_PRmn(ARITH_X, ADD);
115 BOTH_PRmn(ARITH_X, SUB);
122 BOTH_PRmn(ARITH_X, MUL);
129 BOTH_PRmn(ARITH_X, DIV);

Completed in 23 milliseconds