Home
last modified time | relevance | path

Searched refs:float32_chs (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1001 return float32_chs(fst0); in helper_float_chs_s()
1009 wt0 = float32_chs(fdt0 & 0XFFFFFFFF); in helper_float_chs_ps()
1010 wth0 = float32_chs(fdt0 >> 32); in helper_float_chs_ps()
1373 fst2 = float32_chs(float32_sub(fst2, float32_one, in helper_float_recip2_s()
1388 fstl2 = float32_chs(float32_sub(fstl2, float32_one, in helper_float_recip2_ps()
1390 fsth2 = float32_chs(float32_sub(fsth2, float32_one, in helper_float_recip2_ps()
1410 fst2 = float32_chs(float32_div(fst2, FLOAT_TWO32, in helper_float_rsqrt2_s()
1427 fstl2 = float32_chs(float32_div(fstl2, FLOAT_TWO32, in helper_float_rsqrt2_ps()
1429 fsth2 = float32_chs(float32_div(fsth2, FLOAT_TWO32, in helper_float_rsqrt2_ps()
1643 fst0 = float32_chs(fst0); in helper_float_nmadd_s()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h315 return float32_is_any_nan(a) ? a : float32_chs(a); in float32_ah_chs()
330 return fpcr_ah && float32_is_any_nan(a) ? a : float32_chs(a); in float32_maybe_ah_chs()
H A Dvec_helper.c1649 return float32_muladd(float32_chs(op1), op2, dest, 0, stat); in float32_mulsub_f()
H A Dsve_helper.c4543 DO_REDUCE(fmax,s, float32, H1_4, float32_max, float32_chs(float32_infinity)) in DO_REDUCE()
4553 float32_chs(float32_infinity)) in DO_REDUCE()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dsingle_cpdo.c131 fpa11->fpreg[Fd].fSingle = float32_chs(rFm); in SingleCPDO()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c370 ret = float32_chs(ret); in helper_fnadds()
382 ret = float32_chs(ret); in helper_fnmuls()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c148 return float32_chs(v); in HELPER()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c205 ops[i].f32 = float32_chs(ops[i].f32); in fill_random()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h632 static inline float32 float32_chs(float32 a) in float32_chs() function
/openbmc/qemu/target/ppc/
H A Dint_helper.c694 float32 bneg = float32_chs(b->f32[i]);
H A Dfpu_helper.c43 return float32_chs(a); in bfp32_neg()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2364 return float32_chs(ur.s); in float32_muladd()