[opcodes, pk, sim, xcc] removed nor, normalized macros to addi
[riscv-isa-sim.git] / riscv / insns / mulhw.h
1 RD = sext32((sreg_t(RS1) * sreg_t(RS2)) >> 32);
2