aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vf.h
blob: c3a43cf4b627510267e9303fbef1c46821b3180b (plain)
1
2
3
4
5
6
7
8
require_vector;
for (int i=0; i<VL; i++)
{
  uts[i]->pc = RS1+SIMM;
  uts[i]->utmode = true;
  while (uts[i]->utmode)
    uts[i]->step(n, noisy);
}