Bit Manipulation: what happens when indexes are out-of-bounds?
This issue relates to Section 14.3.1 "Bit Manipulation Operations" of the RI5CY User Manual. Most of the bit manipulation instructions have two operands to select a slice from rs1. For obvious reasons reasons the sum of these operands must be less than or equal to 32.
What happens if the sum is greater than 32?