Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1844 #define FOP_COND_S(op, cond) \ macro
1874 FOP_COND_S(f, (float32_unordered_quiet(fst1, fst0,
1876 FOP_COND_S(un, float32_unordered_quiet(fst1, fst0,
1878 FOP_COND_S(eq, float32_eq_quiet(fst0, fst1,
1880 FOP_COND_S(ueq, float32_unordered_quiet(fst1, fst0,
1884 FOP_COND_S(olt, float32_lt_quiet(fst0, fst1,
1886 FOP_COND_S(ult, float32_unordered_quiet(fst1, fst0,
1890 FOP_COND_S(ole, float32_le_quiet(fst0, fst1,
1892 FOP_COND_S(ule, float32_unordered_quiet(fst1, fst0,
1900 FOP_COND_S(sf, (float32_unordered(fst1, fst0,
[all …]