mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 01:47:11 +02:00
Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982)
* Add VEOR and AES instructions. * Add tests for crypto instructions. * Update ValueSource name.
This commit is contained in:
parent
88d20c29f9
commit
f0b6948f42
7 changed files with 239 additions and 14 deletions
|
@ -547,6 +547,7 @@ namespace ARMeilleure.Instructions
|
|||
Vcvt,
|
||||
Vdiv,
|
||||
Vdup,
|
||||
Veor,
|
||||
Vext,
|
||||
Vld1,
|
||||
Vld2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue