Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dfpu_helper.c1899 FOP_COND_S(sf, (float32_unordered(fst1, fst0,
1901 FOP_COND_S(ngle, float32_unordered(fst1, fst0,
1905 FOP_COND_S(ngl, float32_unordered(fst1, fst0,
1911 FOP_COND_S(nge, float32_unordered(fst1, fst0,
1917 FOP_COND_S(ngt, float32_unordered(fst1, fst0,
2018 FOP_COND_PS(sf, (float32_unordered(fst1, fst0,
2020 (float32_unordered(fsth1, fsth0,
2022 FOP_COND_PS(ngle, float32_unordered(fst1, fst0,
2024 float32_unordered(fsth1, fsth0,
2030 FOP_COND_PS(ngl, float32_unordered(fst1, fst0,
[all …]
/qemu/include/fpu/
H A Dsoftfloat.h700 static inline bool float32_unordered(float32 a, float32 b, float_status *s) in float32_unordered() function