From dd433c1296bbd82e5e42bf8de1731a4eaadcfdb5 Mon Sep 17 00:00:00 2001 From: riperiperi Date: Fri, 13 Mar 2020 23:29:58 +0000 Subject: Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) * Add VEOR and AES instructions. * Add tests for crypto instructions. * Update ValueSource name. --- ARMeilleure/Instructions/InstName.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ARMeilleure/Instructions/InstName.cs') diff --git a/ARMeilleure/Instructions/InstName.cs b/ARMeilleure/Instructions/InstName.cs index 5e92da0a..e217c6ec 100644 --- a/ARMeilleure/Instructions/InstName.cs +++ b/ARMeilleure/Instructions/InstName.cs @@ -547,6 +547,7 @@ namespace ARMeilleure.Instructions Vcvt, Vdiv, Vdup, + Veor, Vext, Vld1, Vld2, -- cgit v1.2.3