Searched refs:FOP_COND_PS (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1922 #define FOP_COND_PS(op, condl, condh) \ macro 1970 FOP_COND_PS(f, (float32_unordered_quiet(fst1, fst0, 1974 FOP_COND_PS(un, float32_unordered_quiet(fst1, fst0, 1978 FOP_COND_PS(eq, float32_eq_quiet(fst0, fst1, 1982 FOP_COND_PS(ueq, float32_unordered_quiet(fst1, fst0, 1990 FOP_COND_PS(olt, float32_lt_quiet(fst0, fst1, 1994 FOP_COND_PS(ult, float32_unordered_quiet(fst1, fst0, 2002 FOP_COND_PS(ole, float32_le_quiet(fst0, fst1, 2006 FOP_COND_PS(ule, float32_unordered_quiet(fst1, fst0, 2018 FOP_COND_PS(sf, (float32_unordered(fst1, fst0, [all …]
|