Sergei Barannikov 25498dfef0
[AArch64] Provide a custom decoder for LDR_ZA/STR_ZA (#156363)
These instructions encode two operands in the same field. Instead of
fixing them after they have been incorrectly decoded, provide a custom
decoder.

This will allow to remove `-ignore-non-decodable-operands` option from
AArch64/CMakeLists.txt, see #156358 for the context.
2025-09-05 12:42:59 +00:00
..