This patch-set aims to expand all variants of the RVV segment
load/store intrinsics. The first commit expands the limitation of
builtin types from 256 to 512. The following patches expands the
full variants one-by-one.
The next patch introduces a number of new RVV tuple types and lets the
total of builtin types exceed the current limit (256). This patch
attempts to increase the bits used so we can continue to expand new
builtin types.
It looks like the largest of the Bitfields in the union uses 32 bits (an unsigned), so this doesn't grow anything as far as I can tell, right?
Based on your requirements, I'd rather we do 1 of 2 things;
1- Make this 9 bits (or 10, or whatever is NECESSARY).
2- Just make this an unsigned, which doesn't grow the size, and put a comment on it that we can steal bits from it if needed.