Searched refs:float64_chs (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vec_internal.h | 320 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 D | vfp_helper.c | 1229 inexact |= value == float64_chs(float64_zero); in HELPER()
|
| H A D | vec_helper.c | 1655 return float64_muladd(float64_chs(op1), op2, dest, 0, stat); in float64_mulsub_f()
|
| H A D | sve_helper.c | 4544 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 D | fop_helper.c | 397 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 D | fpu_helper.c | 996 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 D | fpu_helper.c | 143 return float64_chs(v); in HELPER()
|
| /openbmc/qemu/tests/fp/ |
| H A D | fp-bench.c | 212 ops[i].f64 = float64_chs(ops[i].f64); in fill_random()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 828 static inline float64 float64_chs(float64 a) in float64_chs() function
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 2432 return float64_chs(ur.s); in float64_muladd()
|