aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/fcvt_wu_s.h
blob: 5b4c4444bab2d0cceb8eebdbde5e1f8eb9124ec1 (plain)
1
2
3
4
require_fp;
softfloat_roundingMode = RM;
WRITE_RD(sext32(f32_to_ui32(FRS1, RM, true)));
set_fp_exceptions;