CPU: A32: Add Vadd & Vsub Wide (S/U_8/16/32) Inst.s with Test. (#1390)
This commit is contained in:
parent
9f6b24edfd
commit
88619d71b8
7 changed files with 103 additions and 55 deletions
|
@ -545,6 +545,7 @@ namespace ARMeilleure.Instructions
|
|||
// FP & SIMD (AArch32)
|
||||
Vabs,
|
||||
Vadd,
|
||||
Vaddw,
|
||||
Vand,
|
||||
Vbif,
|
||||
Vbit,
|
||||
|
@ -611,6 +612,7 @@ namespace ARMeilleure.Instructions
|
|||
Vrsqrte,
|
||||
Vrsqrts,
|
||||
Vsub,
|
||||
Vsubw,
|
||||
Vtbl,
|
||||
Vtrn,
|
||||
Vuzp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue