Home
last modified time | relevance | path

Searched refs:float64_chs (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h320 return float64_is_any_nan(a) ? a : float64_chs(a); in float64_ah_chs()
335 return fpcr_ah && float64_is_any_nan(a) ? a : float64_chs(a); in float64_maybe_ah_chs()
H A Dvfp_helper.c1229 inexact |= value == float64_chs(float64_zero); in HELPER()
H A Dvec_helper.c1655 return float64_muladd(float64_chs(op1), op2, dest, 0, stat); in float64_mulsub_f()
H A Dsve_helper.c4544 DO_REDUCE(fmax,d, float64, H1_8, float64_max, float64_chs(float64_infinity)) in DO_REDUCE()
4555 float64_chs(float64_infinity)) in DO_REDUCE()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c397 ret = float64_chs(ret); in helper_fnaddd()
409 ret = float64_chs(ret); in helper_fnmuld()
423 ret = float64_chs(ret); in helper_fnsmuld()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c996 return float64_chs(fdt0); in helper_float_chs_d()
1364 fdt2 = float64_chs(float64_sub(fdt2, float64_one, in helper_float_recip2_d()
1400 fdt2 = float64_chs(float64_div(fdt2, FLOAT_TWO64, in helper_float_rsqrt2_d()
1632 fst0 = float64_chs(fst0); in helper_float_nmadd_d()
1675 fst0 = float64_chs(fst0); in helper_float_nmsub_d()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c143 return float64_chs(v); in HELPER()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c212 ops[i].f64 = float64_chs(ops[i].f64); in fill_random()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h828 static inline float64 float64_chs(float64 a) in float64_chs() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c2432 return float64_chs(ur.s); in float64_muladd()