Implement VORN (register) Arm32 instruction (#2396)

This commit is contained in:
gdkchan 2021-06-23 18:21:23 -03:00 committed by GitHub
parent 49edf14a3e
commit ab9d4b862d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 9 deletions

View file

@ -605,6 +605,7 @@ namespace ARMeilleure.Instructions
Vnmul,
Vnmla,
Vnmls,
Vorn,
Vorr,
Vpadd,
Vpmax,