Reorganized directory structure
[riscv-isa-sim.git] / riscv / insns / divu.h
1 RD = sext32(uint32_t(RS)/uint32_t(RT));
2