diff options
| author | LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> | 2021-03-25 23:33:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 23:33:32 +0100 |
| commit | 4bd1ad16f93e8decf790191868690c3bd3875ee0 (patch) | |
| tree | ffbb5f3e76465f74bcd3d397ac53d36a76256986 /ARMeilleure/Instructions/InstName.cs | |
| parent | 53b9267b47a1541d596b763894c75fdecf5698e9 (diff) | |
Add Sqdmulh_Ve & Sqrdmulh_Ve Inst.s with Tests. (#2139)
Diffstat (limited to 'ARMeilleure/Instructions/InstName.cs')
| -rw-r--r-- | ARMeilleure/Instructions/InstName.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ARMeilleure/Instructions/InstName.cs b/ARMeilleure/Instructions/InstName.cs index 458ecf2f..fe7644a9 100644 --- a/ARMeilleure/Instructions/InstName.cs +++ b/ARMeilleure/Instructions/InstName.cs @@ -358,10 +358,12 @@ namespace ARMeilleure.Instructions Sqadd_V, Sqdmulh_S, Sqdmulh_V, + Sqdmulh_Ve, Sqneg_S, Sqneg_V, Sqrdmulh_S, Sqrdmulh_V, + Sqrdmulh_Ve, Sqrshl_V, Sqrshrn_S, Sqrshrn_V, |
