mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 21:55:06 +01:00
IR: Implement FPVectorNeg
This commit is contained in:
parent
934132e0c5
commit
04f325a05e
4 changed files with 50 additions and 0 deletions
|
|
@ -443,6 +443,9 @@ OPCODE(FPVectorMul32, T::U128, T::U128,
|
|||
OPCODE(FPVectorMul64, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorMulAdd32, T::U128, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorMulAdd64, T::U128, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorNeg16, T::U128, T::U128 )
|
||||
OPCODE(FPVectorNeg32, T::U128, T::U128 )
|
||||
OPCODE(FPVectorNeg64, T::U128, T::U128 )
|
||||
OPCODE(FPVectorPairedAddLower32, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorPairedAddLower64, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorPairedAdd32, T::U128, T::U128, T::U128 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue