mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 06:58:15 +01:00
A32: Implement ASIMD VSUB (floating-point)
This commit is contained in:
parent
4c939b9d0a
commit
e006f0a205
7 changed files with 16 additions and 9 deletions
|
|
@ -630,8 +630,8 @@ OPCODE(FPVectorRSqrtStepFused32, U128, U128
|
|||
OPCODE(FPVectorRSqrtStepFused64, U128, U128, U128 )
|
||||
OPCODE(FPVectorSqrt32, U128, U128 )
|
||||
OPCODE(FPVectorSqrt64, U128, U128 )
|
||||
OPCODE(FPVectorSub32, U128, U128, U128 )
|
||||
OPCODE(FPVectorSub64, U128, U128, U128 )
|
||||
OPCODE(FPVectorSub32, U128, U128, U128, U1 )
|
||||
OPCODE(FPVectorSub64, U128, U128, U128, U1 )
|
||||
OPCODE(FPVectorToSignedFixed16, U128, U128, U8, U8 )
|
||||
OPCODE(FPVectorToSignedFixed32, U128, U128, U8, U8 )
|
||||
OPCODE(FPVectorToSignedFixed64, U128, U128, U8, U8 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue