Searched refs:float64_unordered_quiet (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1795 FOP_COND_D(f, (float64_unordered_quiet(fdt1, fdt0, 1797 FOP_COND_D(un, float64_unordered_quiet(fdt1, fdt0, 1801 FOP_COND_D(ueq, float64_unordered_quiet(fdt1, fdt0, 1807 FOP_COND_D(ult, float64_unordered_quiet(fdt1, fdt0, 1813 FOP_COND_D(ule, float64_unordered_quiet(fdt1, fdt0, 2083 FOP_CONDN_D(af, (float64_unordered_quiet(fdt1, fdt0, 2085 FOP_CONDN_D(un, (float64_unordered_quiet(fdt1, fdt0, 2089 FOP_CONDN_D(ueq, (float64_unordered_quiet(fdt1, fdt0, 2095 FOP_CONDN_D(ult, (float64_unordered_quiet(fdt1, fdt0, 2101 FOP_CONDN_D(ule, (float64_unordered_quiet(fdt1, fdt0, [all …]
|
/openbmc/qemu/target/alpha/ |
H A D | fpu_helper.c | 361 if (float64_unordered_quiet(fa, fb, &FP_STATUS)) { in helper_cmptun()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 373 return float64_unordered_quiet(a, b, &env->fp_status); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 909 static inline bool float64_unordered_quiet(float64 a, float64 b, in float64_unordered_quiet() function
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 1127 PdV = f8BITSOF(float64_unordered_quiet(RssV, RttV, &env->fp_status)); in HELPER()
|