Searched refs:float64_chs (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 398 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 D | fpu_helper.c | 997 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 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/target/arm/tcg/ |
H A D | helper-a64.c | 256 a = float64_chs(a); in HELPER() 301 a = float64_chs(a); in HELPER()
|
H A D | vec_helper.c | 1520 return float64_muladd(float64_chs(op1), op2, dest, 0, stat); in float64_mulsub_f()
|
H A D | sve_helper.c | 4230 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 D | vfp_helper.c | 1141 inexact |= value == float64_chs(float64_zero); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 820 static inline float64 float64_chs(float64 a) in float64_chs() function
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2392 return float64_chs(ur.s); in float64_muladd()
|