riscv / riscv-bitmanip

Working draft of the proposed RISC-V Bitmanipulation extension
https://jira.riscv.org/browse/RVG-122
Creative Commons Attribution 4.0 International
203 stars 66 forks source link

sll.uw alias for slli.uw #117

Open jim-wilson opened 3 years ago

jim-wilson commented 3 years ago

In the base ISA, rv32i, we allow sll to accept either a register or an immediate as the shift count. sll with an immediate shift count is an alias for slli. It was suggested that for consistency, we should allow sll.uw as an alias for slli.uw.

ptomsich commented 3 years ago

Is this still relevant for 1.0.0? We don't list any pseudos/aliases there (in fact these were all removed following the consensus from the early reviews) — but we could start a separate section for them....