Spike, a RISC-V ISA Simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
334 B

// vfcvt.rtz.xu.f.v vd, vd2, vm
VI_VFP_CVT_FP_TO_INT(
{ vd = f16_to_ui16(vs2, softfloat_round_minMag, true); }, // BODY16
{ vd = f32_to_ui32(vs2, softfloat_round_minMag, true); }, // BODY32
{ vd = f64_to_ui64(vs2, softfloat_round_minMag, true); }, // BODY64
uint // sign
)