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