mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-12 18:08:42 +00:00
![Finn Wilkinson](/assets/img/avatar_default.png)
Implemented new functions present in LLVM 14.0.5 for any new instruction type in Armv9.2; mainly SME / Matrix printing functions. New set_sme_index function added (called from AArch64GenAsmWriter.inc) to correctly add operands to new sme_index operand type. Doing_SME_Index bool added to cs_struct to indicate when operands should be added to sme_index type. Functionality added to support SMSTART/SMSTOP aliases.