Sergei Barannikov 9dcfebfaee
[ARM] Auto-decode vpred_n/vpred_r operands (#160282)
Make the operands auto-decodable by adding `bits<0>` fields to
instructions.

Now we try to decode a vpred_n/vpred_r operand only if the instruction
being decoded has one.
We still need post-decoding pass to check/advance VPT state.

Part of #156540.
2025-10-04 19:46:16 +00:00
..