Searched refs:float32_unordered_quiet (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1874 FOP_COND_S(f, (float32_unordered_quiet(fst1, fst0, 1876 FOP_COND_S(un, float32_unordered_quiet(fst1, fst0, 1880 FOP_COND_S(ueq, float32_unordered_quiet(fst1, fst0, 1886 FOP_COND_S(ult, float32_unordered_quiet(fst1, fst0, 1892 FOP_COND_S(ule, float32_unordered_quiet(fst1, fst0, 1971 FOP_COND_PS(f, (float32_unordered_quiet(fst1, fst0, 1973 (float32_unordered_quiet(fsth1, fsth0, 1975 FOP_COND_PS(un, float32_unordered_quiet(fst1, fst0, 1977 float32_unordered_quiet(fsth1, fsth0, 1983 FOP_COND_PS(ueq, float32_unordered_quiet(fst1, fst0, [all …]
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 378 return float32_unordered_quiet(a, b, &env->fp_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 714 static inline bool float32_unordered_quiet(float32 a, float32 b, in float32_unordered_quiet() function
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 975 PdV = f8BITSOF(float32_unordered_quiet(RsV, RtV, &env->fp_status)); in HELPER()
|