Add --disable-dtb option to suppress writing the DTB to memory
[riscv-isa-sim.git] / riscv / insns / addiw.h
1 require_rv64;
2 WRITE_RD(sext32(insn.i_imm() + RS1));