Searched refs:float32_chs (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1002 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 D | single_cpdo.c | 131 fpa11->fpreg[Fd].fSingle = float32_chs(rFm); in SingleCPDO()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 371 ret = float32_chs(ret); in helper_fnadds() 383 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/target/arm/tcg/ |
H A D | helper-a64.c | 241 a = float32_chs(a); in HELPER() 286 a = float32_chs(a); in HELPER()
|
H A D | vec_helper.c | 1514 return float32_muladd(float32_chs(op1), op2, dest, 0, stat); in float32_mulsub_f()
|
H A D | sve_helper.c | 4229 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 D | softfloat.h | 626 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 | 44 return float32_chs(a); in bfp32_neg()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2321 return float32_chs(ur.s); in float32_muladd()
|