Searched refs:BOTH_PRmn (Results 1 – 1 of 1) sorted by relevance
67 #define BOTH_PRmn(op,x) \ macro78 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; })110 BOTH_PRmn(ARITH_X, ADD); in fadd()117 BOTH_PRmn(ARITH_X, SUB); in fsub()124 BOTH_PRmn(ARITH_X, MUL); in fmul()131 BOTH_PRmn(ARITH_X, DIV); in fdiv()
Completed in 5 milliseconds