Searched refs:float32_chs (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1001 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 D | vec_internal.h | 315 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 D | vec_helper.c | 1649 return float32_muladd(float32_chs(op1), op2, dest, 0, stat); in float32_mulsub_f()
|
| H A D | sve_helper.c | 4543 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 D | single_cpdo.c | 131 fpa11->fpreg[Fd].fSingle = float32_chs(rFm); in SingleCPDO()
|
| /openbmc/qemu/target/sparc/ |
| H A D | fop_helper.c | 370 ret = float32_chs(ret); in helper_fnadds() 382 ret = float32_chs(ret); in helper_fnmuls()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 148 return float32_chs(v); in HELPER()
|
| /openbmc/qemu/tests/fp/ |
| H A D | fp-bench.c | 205 ops[i].f32 = float32_chs(ops[i].f32); in fill_random()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 632 static inline float32 float32_chs(float32 a) in float32_chs() function
|
| /openbmc/qemu/target/ppc/ |
| H A D | int_helper.c | 694 float32 bneg = float32_chs(b->f32[i]);
|
| H A D | fpu_helper.c | 43 return float32_chs(a); in bfp32_neg()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 2364 return float32_chs(ur.s); in float32_muladd()
|