From: Luke Kenneth Casson Leighton Date: Sun, 14 Oct 2018 04:22:43 +0000 (+0100) Subject: redirect add to rv_add X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e847ff79188a7f04d17f552505c8436b101fef13;p=riscv-isa-sim.git redirect add to rv_add --- diff --git a/riscv/insns/addw.h b/riscv/insns/addw.h index 706dc9c..2a9dae5 100644 --- a/riscv/insns/addw.h +++ b/riscv/insns/addw.h @@ -1,2 +1,2 @@ require_rv64; -WRITE_RD(sext32(RS1 + RS2)); +WRITE_RD(sext32(rv_add(RS1, RS2)));