Home
last modified time | relevance | path

Searched refs:floatx80_chs (Results 1 – 3 of 3) sorted by relevance

/qemu/target/m68k/
H A Dfpu_helper.c303 res->d = floatx80_round(floatx80_chs(val->d), &env->fp_status); in HELPER()
309 res->d = floatx80_round(floatx80_chs(val->d), &env->fp_status); in HELPER()
316 res->d = floatx80_round(floatx80_chs(val->d), &env->fp_status); in HELPER()
/qemu/target/i386/tcg/
H A Dfpu_helper.c592 ST0 = floatx80_chs(ST0); in helper_fchs_ST0()
782 tmp = floatx80_chs(tmp); in helper_fbld_ST0()
1740 ST0 = floatx80_div(floatx80_chs(floatx80_one), floatx80_zero, in helper_fxtract()
2105 ST1 = floatx80_chs(ST1); in helper_fyl2x()
2120 ST1 = floatx80_chs(ST0); in helper_fyl2x()
2136 ST1 = floatx80_chs(ST1); in helper_fyl2x()
2141 ST1 = floatx80_chs(floatx80_zero); in helper_fyl2x()
2277 floatx80_chs(floatx80_zero) : in helper_fscale()
2286 floatx80_chs(floatx80_infinity) : in helper_fscale()
/qemu/include/fpu/
H A Dsoftfloat.h984 static inline floatx80 floatx80_chs(floatx80 a) in floatx80_chs() function