Instructions are no longer member functions
[riscv-isa-sim.git] / riscv / insns / setpcr.h
1 require_supervisor;
2 RD = p->set_pcr(insn.rtype.rs1, p->get_pcr(insn.rtype.rs1) | SIMM);