aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/fcvt_w_s.h
blob: d30f1b44055fc303c8b493fb30870ce22225a533 (plain)
1
2
3
4
5
require_extension('F');
require_fp;
softfloat_roundingMode = RM;
WRITE_RD(sext32(f32_to_i32(f32(FRS1), RM, true)));
set_fp_exceptions;