Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sh/math-emu/
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); in fadd()
115 BOTH_PRmn(ARITH_X, SUB); in fsub()
122 BOTH_PRmn(ARITH_X, MUL); in fmul()
129 BOTH_PRmn(ARITH_X, DIV); in fdiv()