aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstName.cs
diff options
context:
space:
mode:
authorLDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com>2020-10-13 22:41:33 +0200
committerGitHub <noreply@github.com>2020-10-13 22:41:33 +0200
commit04e330cc004add7550eef8361cd490fac99255e2 (patch)
tree3383f357cb61b5ba7b0b304d0d9d89c197c21050 /ARMeilleure/Instructions/InstName.cs
parent329ba5b39b4402d96aea85f1e97dc35f70aadfab (diff)
Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths). (#1577)
* Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths). No test provided (i.e. draft). * Ptc InternalVersion = 1577
Diffstat (limited to 'ARMeilleure/Instructions/InstName.cs')
-rw-r--r--ARMeilleure/Instructions/InstName.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/ARMeilleure/Instructions/InstName.cs b/ARMeilleure/Instructions/InstName.cs
index 0d0c1264..c694bb06 100644
--- a/ARMeilleure/Instructions/InstName.cs
+++ b/ARMeilleure/Instructions/InstName.cs
@@ -536,6 +536,7 @@ namespace ARMeilleure.Instructions
Trap,
Tst,
Ubfx,
+ Umaal,
Umlal,
Umull,
Usat,
@@ -545,8 +546,11 @@ namespace ARMeilleure.Instructions
Uxth,
// FP & SIMD (AArch32)
+ Vabd,
+ Vabdl,
Vabs,
Vadd,
+ Vaddl,
Vaddw,
Vand,
Vbic,
@@ -567,6 +571,7 @@ namespace ARMeilleure.Instructions
Vext,
Vfma,
Vfms,
+ Vhadd,
Vld1,
Vld2,
Vld3,
@@ -598,11 +603,13 @@ namespace ARMeilleure.Instructions
Vpmin,
Vqrshrn,
Vqrshrun,
+ Vqshrn,
Vrev,
Vrint,
Vrshr,
Vsel,
Vshl,
+ Vshll,
Vshr,
Vshrn,
Vst1,