Searched refs:float64_scalbn (Results 1 – 7 of 7) sorted by relevance
/qemu/target/xtensa/ |
H A D | fpu_helper.c | 272 res = float64_to_int32(float64_scalbn(v, scale, &fp_status), &fp_status); in HELPER() 300 res = float64_scalbn(v, scale, &fp_status); in HELPER() 339 return float64_scalbn(int32_to_float64(v, &env->fp_status), in HELPER() 351 return float64_scalbn(uint32_to_float64(v, &env->fp_status), in HELPER()
|
/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 257 fd = float64_scalbn(fj, in helper_fscaleb_d()
|
/qemu/include/fpu/ |
H A D | softfloat.h | 818 float64 float64_scalbn(float64, int, float_status *status);
|
/qemu/target/ppc/ |
H A D | int_helper.c | 736 t = float64_scalbn(t, uim, &s); \
|
/qemu/fpu/ |
H A D | softfloat.c | 4599 float64 float64_scalbn(float64 a, int n, float_status *status) in float64_scalbn() function
|
/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 6362 f_val = float64_scalbn(f_val, -31, status); in float64_from_q32() 6433 a = float64_scalbn(a, 31, status); in float64_to_q32()
|
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4442 return float64_scalbn(a, b_int, s); in DO_ZPZZ_FP()
|