Searched refs:nanbox_h (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 127 return nanbox_h(env, float16_muladd(frs1, frs2, frs3, flags, in do_fmadd_h() 555 return nanbox_h(env, float16_add(frs1, frs2, &env->fp_status)); in helper_fadd_h() 562 return nanbox_h(env, float16_sub(frs1, frs2, &env->fp_status)); in helper_fsub_h() 569 return nanbox_h(env, float16_mul(frs1, frs2, &env->fp_status)); in helper_fmul_h() 576 return nanbox_h(env, float16_div(frs1, frs2, &env->fp_status)); in helper_fdiv_h() 583 return nanbox_h(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmin_h() 593 return nanbox_h(env, ret); in helper_fminm_h() 600 return nanbox_h(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmax_h() 610 return nanbox_h(env, ret); in helper_fmaxm_h() 616 return nanbox_h(env, float16_sqrt(frs1, &env->fp_status)); in helper_fsqrt_h() [all …]
|
H A D | internals.h | 116 static inline uint64_t nanbox_h(CPURISCVState *env, float16 f) in nanbox_h() function
|