Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dfop_helper.c398 ret = float64_chs(ret); in helper_fnaddd()
410 ret = float64_chs(ret); in helper_fnmuld()
424 ret = float64_chs(ret); in helper_fnsmuld()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c997 return float64_chs(fdt0); in helper_float_chs_d()
1365 fdt2 = float64_chs(float64_sub(fdt2, float64_one, in helper_float_recip2_d()
1401 fdt2 = float64_chs(float64_div(fdt2, FLOAT_TWO64, in helper_float_rsqrt2_d()
1633 fst0 = float64_chs(fst0); in helper_float_nmadd_d()
1676 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/target/arm/tcg/
H A Dhelper-a64.c256 a = float64_chs(a); in HELPER()
301 a = float64_chs(a); in HELPER()
H A Dvec_helper.c1520 return float64_muladd(float64_chs(op1), op2, dest, 0, stat); in float64_mulsub_f()
H A Dsve_helper.c4230 DO_REDUCE(sve_fmaxv_d, float64, H1_8, max, float64_chs(float64_infinity)) in DO_REDUCE()
5127 float64 neg_real = float64_chs(neg_imag); in HELPER()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c1141 inexact |= value == float64_chs(float64_zero); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h820 static inline float64 float64_chs(float64 a) in float64_chs() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c2392 return float64_chs(ur.s); in float64_muladd()