aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfmst.h
blob: 20fa12385e2385b9234eb3af62cc271429667966 (plain)
1
2
3
4
require_vector;
require_fp;
demand(0 <= RS2 && RS2 < MAX_UTS, "ut not in range!");
UT_FRD(RS2) = FRS1;