mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
aarch64: Add support for sme2.1 movaz instructions.
This patch adds support for following sme2.1 movaz instructions and the spec is available here [1]. 1. MOVAZ (array to vector, two registers). 2. MOVAZ (array to vector, four registers). 3. MOVAZ (tile to vector, single). [1]: https://developer.arm.com/documentation/ddi0602/2024-03/SME-Instructions?lang=en
This commit is contained in:
committed by
Richard Earnshaw
parent
9858d3031e
commit
6ab366f264
@@ -789,6 +789,7 @@ enum aarch64_opnd
|
||||
AARCH64_OPND_SME_ZA_array_vrsh_2, /* Tile to vector, four registers (H). */
|
||||
AARCH64_OPND_SME_ZA_array_vrss_2, /* Tile to vector, four registers (S). */
|
||||
AARCH64_OPND_SME_ZA_array_vrsd_2, /* Tile to vector, four registers (D). */
|
||||
AARCH64_OPND_SME_ZA_ARRAY4, /* Tile to vector, single (BHSDQ). */
|
||||
AARCH64_OPND_SVE_Za_5, /* SVE vector register in Za, bits [9,5]. */
|
||||
AARCH64_OPND_SVE_Za_16, /* SVE vector register in Za, bits [20,16]. */
|
||||
AARCH64_OPND_SVE_Zd, /* SVE vector register in Zd. */
|
||||
|
||||
Reference in New Issue
Block a user