Searched refs:nanbox_h (Results 1 – 2 of 2) sorted by relevance
/qemu/target/riscv/ |
H A D | fpu_helper.c | 126 return nanbox_h(env, float16_muladd(frs1, frs2, frs3, flags, in do_fmadd_h() 554 return nanbox_h(env, float16_add(frs1, frs2, &env->fp_status)); in helper_fadd_h() 561 return nanbox_h(env, float16_sub(frs1, frs2, &env->fp_status)); in helper_fsub_h() 568 return nanbox_h(env, float16_mul(frs1, frs2, &env->fp_status)); in helper_fmul_h() 575 return nanbox_h(env, float16_div(frs1, frs2, &env->fp_status)); in helper_fdiv_h() 582 return nanbox_h(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmin_h() 592 return nanbox_h(env, ret); in helper_fminm_h() 599 return nanbox_h(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmax_h() 609 return nanbox_h(env, ret); in helper_fmaxm_h() 615 return nanbox_h(env, float16_sqrt(frs1, &env->fp_status)); in helper_fsqrt_h() [all …]
|
H A D | internals.h | 119 static inline uint64_t nanbox_h(CPURISCVState *env, float16 f) in nanbox_h() function
|