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.c1002 return float32_chs(fst0); in helper_float_chs_s()
1010 wt0 = float32_chs(fdt0 & 0XFFFFFFFF); in helper_float_chs_ps()
1011 wth0 = float32_chs(fdt0 >> 32); in helper_float_chs_ps()
1374 fst2 = float32_chs(float32_sub(fst2, float32_one, in helper_float_recip2_s()
1389 fstl2 = float32_chs(float32_sub(fstl2, float32_one, in helper_float_recip2_ps()
1391 fsth2 = float32_chs(float32_sub(fsth2, float32_one, in helper_float_recip2_ps()
1411 fst2 = float32_chs(float32_div(fst2, FLOAT_TWO32, in helper_float_rsqrt2_s()
1428 fstl2 = float32_chs(float32_div(fstl2, FLOAT_TWO32, in helper_float_rsqrt2_ps()
1430 fsth2 = float32_chs(float32_div(fsth2, FLOAT_TWO32, in helper_float_rsqrt2_ps()
1644 fst0 = float32_chs(fst0); in helper_float_nmadd_s()
[all …]
/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.c371 ret = float32_chs(ret); in helper_fnadds()
383 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/target/arm/tcg/
H A Dhelper-a64.c241 a = float32_chs(a); in HELPER()
286 a = float32_chs(a); in HELPER()
H A Dvec_helper.c1514 return float32_muladd(float32_chs(op1), op2, dest, 0, stat); in float32_mulsub_f()
H A Dsve_helper.c4229 DO_REDUCE(sve_fmaxv_s, float32, H1_4, max, float32_chs(float32_infinity)) in DO_REDUCE()
5095 float32 neg_real = float32_chs(neg_imag); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h626 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.c44 return float32_chs(a); in bfp32_neg()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2321 return float32_chs(ur.s); in float32_muladd()