You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the Capstone Framework has been updated with the AArch64 auto-sync tool, SimEng should be updated to be compatable with this latest version of Capstone so that SME2 & more SVE2 instructions can be executed through SimEng.
The text was updated successfully, but these errors were encountered:
With this update, the AArch64 instruction type assignment (i.e. divide, multiply, addition, etc) in Instruction_decode.cc should be updated to try and extract the correct group from the mnemonic rather than this being based off of capstone opcode value
Now that the Capstone Framework has been updated with the AArch64 auto-sync tool, SimEng should be updated to be compatable with this latest version of Capstone so that SME2 & more SVE2 instructions can be executed through SimEng.
The text was updated successfully, but these errors were encountered: