uint64_t helper_fcvt_d_wu(CPURISCVState *env, uint64_t frs1, uint64_t rm) { softfloat_roundingMode = RISCV_RM; frs1 = ui32_to_f64((uint32_t)frs1); set_fp_exceptions; return frs1; }
aeabi_double_t __aeabi_ui2d(unsigned int i) { return d(ui32_to_f64(i)); }