commit | 586c62819f6eb9a77978628afd53ba12c91a11e7 | [log] [tgz] |
---|---|---|
author | Richard Sandiford <richard.sandiford@arm.com> | Thu Mar 30 11:09:11 2023 +0100 |
committer | Richard Sandiford <richard.sandiford@arm.com> | Thu Mar 30 11:09:11 2023 +0100 |
tree | c26d5e26c23b5d083216b296736491ac866a48d9 | |
parent | e2dc4040f30caba49d2bb7bd1d5119dd8a72cdba [diff] |
aarch64; Add support for vector offset ranges Some SME2 instructions operate on a range of consecutive ZA vectors. This is indicated by syntax such as: za[<Wv>, <imml>:<immh>] Like with the earlier vgx2 and vgx4 support, we get better error messages if the parser allows all ZA indices to have a range. We can then reject invalid cases during constraint checking.