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:
@ -547,6 +547,7 @@ namespace ARMeilleure.Instructions
|
||||
Vcvt,
|
||||
Vdiv,
|
||||
Vdup,
|
||||
Veor,
|
||||
Vext,
|
||||
Vld1,
|
||||
Vld2,
|
||||
|
Reference in New Issue
Block a user