temporary undoing of renaming
[riscv-isa-sim.git] / riscv / insns / vmst.h
1 require_vector;
2 assert(0 <= RS2 && RS2 < MAX_UTS);
3 UT_RD(RS2) = RS1;