aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/fcvt_lu_s.h
blob: 04501c196eff7999762af9ac1410644f1d3d55a4 (plain)
1
2
3
4
5
require_rv64;
require_fp;
softfloat_roundingMode = RM;
WRITE_RD(f32_to_ui64(FRS1, RM, true));
set_fp_exceptions;