1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-24 12:46:27 -05: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:
riperiperi
2020-03-13 23:29:58 +00:00
committed by GitHub
parent ff2bac9c90
commit dd433c1296
7 changed files with 239 additions and 14 deletions

View File

@@ -547,6 +547,7 @@ namespace ARMeilleure.Instructions
Vcvt,
Vdiv,
Vdup,
Veor,
Vext,
Vld1,
Vld2,