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