MIPT-ILab/mipt-mips

Implement RV64 bit manipulation instructions on 32-bit registers

pavelkryukov opened this issue · 0 comments

RISC-V Bit Manipulation instructions often have ".*W" companion which operate on 32-bit registers in 64-bit mode. Your goal is to implement these instructions using existing code.