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