Searched refs:float32_unordered (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1900 FOP_COND_S(sf, (float32_unordered(fst1, fst0, 1902 FOP_COND_S(ngle, float32_unordered(fst1, fst0, 1906 FOP_COND_S(ngl, float32_unordered(fst1, fst0, 1912 FOP_COND_S(nge, float32_unordered(fst1, fst0, 1918 FOP_COND_S(ngt, float32_unordered(fst1, fst0, 2019 FOP_COND_PS(sf, (float32_unordered(fst1, fst0, 2021 (float32_unordered(fsth1, fsth0, 2023 FOP_COND_PS(ngle, float32_unordered(fst1, fst0, 2025 float32_unordered(fsth1, fsth0, 2031 FOP_COND_PS(ngl, float32_unordered(fst1, fst0, [all …]
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 694 static inline bool float32_unordered(float32 a, float32 b, float_status *s) in float32_unordered() function
|