Lines Matching refs:nanbox_s

136     return nanbox_s(env, float32_muladd(frs1, frs2, frs3, flags,  in do_fmadd_s()
221 return nanbox_s(env, float32_add(frs1, frs2, &env->fp_status)); in helper_fadd_s()
228 return nanbox_s(env, float32_sub(frs1, frs2, &env->fp_status)); in helper_fsub_s()
235 return nanbox_s(env, float32_mul(frs1, frs2, &env->fp_status)); in helper_fmul_s()
242 return nanbox_s(env, float32_div(frs1, frs2, &env->fp_status)); in helper_fdiv_s()
249 return nanbox_s(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmin_s()
259 return nanbox_s(env, ret); in helper_fminm_s()
266 return nanbox_s(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmax_s()
276 return nanbox_s(env, ret); in helper_fmaxm_s()
282 return nanbox_s(env, float32_sqrt(frs1, &env->fp_status)); in helper_fsqrt_s()
346 return nanbox_s(env, int32_to_float32((int32_t)rs1, &env->fp_status)); in helper_fcvt_s_w()
351 return nanbox_s(env, uint32_to_float32((uint32_t)rs1, &env->fp_status)); in helper_fcvt_s_wu()
356 return nanbox_s(env, int64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_l()
361 return nanbox_s(env, uint64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_lu()
384 return nanbox_s(env, frs1); in helper_fround_s()
391 return nanbox_s(env, frs1); in helper_froundnx_s()
440 return nanbox_s(env, float64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_d()
736 return nanbox_s(env, float16_to_float32(frs1, true, &env->fp_status)); in helper_fcvt_s_h()
759 return nanbox_s(env, bfloat16_to_float32(frs1, &env->fp_status)); in helper_fcvt_s_bf16()