Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/math-emu/
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); 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()

Completed in 4 milliseconds