Searched refs:float32_unordered_quiet (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1873 FOP_COND_S(f, (float32_unordered_quiet(fst1, fst0, 1875 FOP_COND_S(un, float32_unordered_quiet(fst1, fst0, 1879 FOP_COND_S(ueq, float32_unordered_quiet(fst1, fst0, 1885 FOP_COND_S(ult, float32_unordered_quiet(fst1, fst0, 1891 FOP_COND_S(ule, float32_unordered_quiet(fst1, fst0, 1970 FOP_COND_PS(f, (float32_unordered_quiet(fst1, fst0, 1972 (float32_unordered_quiet(fsth1, fsth0, 1974 FOP_COND_PS(un, float32_unordered_quiet(fst1, fst0, 1976 float32_unordered_quiet(fsth1, fsth0, 1982 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/target/hexagon/ |
| H A D | op_helper.c | 863 PdV = f8BITSOF(float32_unordered_quiet(RsV, RtV, &env->fp_status)); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 720 static inline bool float32_unordered_quiet(float32 a, float32 b, in float32_unordered_quiet() function
|