Searched refs:int64_to_float32 (Results 1 – 14 of 14) sorted by relevance
| /openbmc/qemu/target/alpha/ |
| H A D | vax_helper.c | 329 float32 fr = int64_to_float32(a, &FP_STATUS); in helper_cvtqf()
|
| H A D | fpu_helper.c | 443 float32 fr = int64_to_float32(a, &FP_STATUS); in helper_cvtqs()
|
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 245 float32 ret = int64_to_float32(arg, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/sparc/ |
| H A D | fop_helper.c | 214 float32 ret = int64_to_float32(src, &env->fp_status); in helper_fxtos()
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 500 fd = nanbox_s(int64_to_float32(fj, &env->fp_status)); in helper_ffint_s_l()
|
| H A D | vec_helper.c | 3003 temp.W(j + ofs * (2 * i + 1)) = int64_to_float32(Vj->D(j + ofs * i), in HELPER() 3005 temp.W(j + ofs * 2 * i) = int64_to_float32(Vk->D(j + ofs * i), in HELPER()
|
| /openbmc/qemu/tests/fp/ |
| H A D | wrap.c.inc | 306 WRAP_INT_TO_SF(qemu_i64_to_f32, int64_to_float32, int64_t, float32)
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 356 return nanbox_s(env, int64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_l()
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 462 float32 ret = int64_to_float32(v2, &env->fpu_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 164 float32 int64_to_float32(int64_t, float_status *status);
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 358 fst2 = int64_to_float32(dt0, &env->active_fpu.fp_status); in helper_float_cvts_l()
|
| /openbmc/qemu/target/i386/ |
| H A D | ops_sse.h | 684 d->ZMM_S(0) = int64_to_float32(val, &env->sse_status); in helper_cvtsq2ss()
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 3982 float32 int64_to_float32(int64_t a, float_status *status) in int64_to_float32() function
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 5006 DO_ZPZ_FP(sve_scvt_ds, uint64_t, H1_8, int64_to_float32) in DO_ZPZ_FP()
|