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.c1843 #define FOP_COND_S(op, cond) \ macro
1873 FOP_COND_S(f, (float32_unordered_quiet(fst1, fst0,
1875 FOP_COND_S(un, float32_unordered_quiet(fst1, fst0,
1877 FOP_COND_S(eq, float32_eq_quiet(fst0, fst1,
1879 FOP_COND_S(ueq, float32_unordered_quiet(fst1, fst0,
1883 FOP_COND_S(olt, float32_lt_quiet(fst0, fst1,
1885 FOP_COND_S(ult, float32_unordered_quiet(fst1, fst0,
1889 FOP_COND_S(ole, float32_le_quiet(fst0, fst1,
1891 FOP_COND_S(ule, float32_unordered_quiet(fst1, fst0,
1899 FOP_COND_S(sf, (float32_unordered(fst1, fst0,
[all …]