Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c149 #define FLOAT_CMP(name, impl) \ macro
157 FLOAT_CMP(le, le)
158 FLOAT_CMP(lt, lt)
159 FLOAT_CMP(eq, eq_quiet)
160 FLOAT_CMP(un, unordered_quiet)
161 #undef FLOAT_CMP