[pk,sim,xcc] Renamed instructions to RISC-V spec
[riscv-isa-sim.git] / riscv / insns / divuw.h
1 RC = sext32(uint32_t(RA)/uint32_t(RB));
2