Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dhelper.h39 #define FOP_CALC(op) \ macro
42 FOP_CALC(add)
43 FOP_CALC(sub)
44 FOP_CALC(mul)
45 FOP_CALC(div)
46 FOP_CALC(rem)
47 #undef FOP_CALC