commit | 92f7d4ddde6de117ecbd677dcfa87ac4f7e9f43b | [log] [tgz] |
---|---|---|
author | Alice Carlotti <alice.carlotti@arm.com> | Mon Apr 07 20:21:07 2025 +0100 |
committer | Alice Carlotti <alice.carlotti@arm.com> | Fri May 09 20:19:30 2025 +0100 |
tree | 69ab4610ebe75b95592f9881e3e412fb0e49f3a9 | |
parent | 4250bea744bdd373ba82b237ef7b1e77570f3fb3 [diff] |
aarch64: Eliminate AARCH64_OPND_SVE_ADDR_R Adjust parsing for AARCH64_OPND_SVE_ADDR_RR{_LSL*} operands to accept implicit XZR offsets. Add new AARCH64_OPND_SVE_ADDR_RM{_LSL*} operands to support instructions where an XZR offset is allowed but must be specified explicitly. This allows the removal of the duplicate opcode table entries using AARCH64_OPND_SVE_ADDR_R.