diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-06-23 18:21:23 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 23:21:23 +0200 |
| commit | ab9d4b862d6ef5bc67cbb1afe0e1f55f24c028fa (patch) | |
| tree | 0552530bbad4fabeeede6fd4935e6af482fee3ed /ARMeilleure/Instructions/InstName.cs | |
| parent | 49edf14a3ea3139e3f5307007819b373425a3843 (diff) | |
Implement VORN (register) Arm32 instruction (#2396)
Diffstat (limited to 'ARMeilleure/Instructions/InstName.cs')
| -rw-r--r-- | ARMeilleure/Instructions/InstName.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ARMeilleure/Instructions/InstName.cs b/ARMeilleure/Instructions/InstName.cs index fe7644a9..9b4e8961 100644 --- a/ARMeilleure/Instructions/InstName.cs +++ b/ARMeilleure/Instructions/InstName.cs @@ -605,6 +605,7 @@ namespace ARMeilleure.Instructions Vnmul, Vnmla, Vnmls, + Vorn, Vorr, Vpadd, Vpmax, |
