mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 02:47:09 +02:00
CPU: A32: Add Vadd & Vsub Wide (S/U_8/16/32) Inst.s with Test. (#1390)
This commit is contained in:
parent
897d8e259b
commit
78c83d5d5a
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