Searched refs:f128_in (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 26 static inline float128 f128_in(Int128 i) in f128_in() function 146 float128 ret = float128_add(f128_in(src1), f128_in(src2), &env->fp_status); in helper_faddq() 153 float128 ret = float128_sub(f128_in(src1), f128_in(src2), &env->fp_status); in helper_fsubq() 160 float128 ret = float128_mul(f128_in(src1), f128_in(src2), &env->fp_status); in helper_fmulq() 167 float128 ret = float128_div(f128_in(src1), f128_in(src2), &env->fp_status); in helper_fdivq() 252 float32 ret = float128_to_float32(f128_in(src), &env->fp_status); in helper_fqtos() 266 float64 ret = float128_to_float64(f128_in(src), &env->fp_status); in helper_fqtod() 295 int32_t ret = float128_to_int32_round_to_zero(f128_in(src), in helper_fqtoi() 318 int64_t ret = float128_to_int64_round_to_zero(f128_in(src), in helper_fqtox() 341 float128 ret = float128_sqrt(f128_in(src), &env->fp_status); in helper_fsqrtq() [all …]
|