Home
last modified time | relevance | path

Searched refs:float64_unordered_quiet (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1794 FOP_COND_D(f, (float64_unordered_quiet(fdt1, fdt0,
1796 FOP_COND_D(un, float64_unordered_quiet(fdt1, fdt0,
1800 FOP_COND_D(ueq, float64_unordered_quiet(fdt1, fdt0,
1806 FOP_COND_D(ult, float64_unordered_quiet(fdt1, fdt0,
1812 FOP_COND_D(ule, float64_unordered_quiet(fdt1, fdt0,
2082 FOP_CONDN_D(af, (float64_unordered_quiet(fdt1, fdt0,
2084 FOP_CONDN_D(un, (float64_unordered_quiet(fdt1, fdt0,
2088 FOP_CONDN_D(ueq, (float64_unordered_quiet(fdt1, fdt0,
2094 FOP_CONDN_D(ult, (float64_unordered_quiet(fdt1, fdt0,
2100 FOP_CONDN_D(ule, (float64_unordered_quiet(fdt1, fdt0,
[all …]
/openbmc/qemu/target/alpha/
H A Dfpu_helper.c360 if (float64_unordered_quiet(fa, fb, &FP_STATUS)) { in helper_cmptun()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c373 return float64_unordered_quiet(a, b, &env->fp_status); in HELPER()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c1015 PdV = f8BITSOF(float64_unordered_quiet(RssV, RttV, &env->fp_status)); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h917 static inline bool float64_unordered_quiet(float64 a, float64 b, in float64_unordered_quiet() function