Searched refs:float32_scalbn (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | arch.c | 307 RtV = float32_scalbn(RtV, -64, fp_status); in arch_sf_recip_common() 308 RsV = float32_scalbn(RsV, 64, fp_status); in arch_sf_recip_common() 312 RtV = float32_scalbn(RtV, 32, fp_status); in arch_sf_recip_common() 313 RsV = float32_scalbn(RsV, -32, fp_status); in arch_sf_recip_common() 315 RtV = float32_scalbn(RtV, 64, fp_status); in arch_sf_recip_common() 316 RsV = float32_scalbn(RsV, 64, fp_status); in arch_sf_recip_common() 318 RtV = float32_scalbn(RtV, 32, fp_status); in arch_sf_recip_common() 319 RsV = float32_scalbn(RsV, 32, fp_status); in arch_sf_recip_common() 321 RtV = float32_scalbn(RtV, -32, fp_status); in arch_sf_recip_common() 322 RsV = float32_scalbn(RsV, -32, fp_status); in arch_sf_recip_common() [all …]
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 285 res = float32_to_int32(float32_scalbn(v, scale, &fp_status), &fp_status); in HELPER() 322 res = float32_scalbn(v, scale, &fp_status); in HELPER() 345 return float32_scalbn(int32_to_float32(v, &env->fp_status), in HELPER() 357 return float32_scalbn(uint32_to_float32(v, &env->fp_status), in HELPER()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 237 fd = nanbox_s(float32_scalbn((uint32_t)fj, in helper_fscaleb_s()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 616 float32 float32_scalbn(float32, int, float_status *status);
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 623 r->f32[i] = float32_scalbn(t, -uim, &env->vec_status); \
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4538 float32 float32_scalbn(float32 a, int n, float_status *status) in float32_scalbn() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 6350 f_val = float32_scalbn(f_val, -15, status); in float32_from_q16() 6380 a = float32_scalbn(a, 15, status); in float32_to_q16()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4370 DO_ZPZZ_FP(sve_fscalbn_s, int32_t, H1_4, float32_scalbn) in DO_ZPZZ_FP()
|