[xcc] minor performance tweaks
[riscv-isa-sim.git] / riscv / insns / vfmst.h
1 require_vector;
2 require_fp;
3 demand(0 <= RS2 && RS2 < MAX_UTS, "ut not in range!");
4 UT_FRD(RS2) = FRS1;