mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
A64: Add opcodes for signed saturating negations
This commit is contained in:
parent
f1ebbcd7bc
commit
fca7eddb9e
5 changed files with 145 additions and 0 deletions
|
|
@ -405,6 +405,10 @@ OPCODE(VectorSignedSaturatedNarrowToSigned64, U128, U128
|
|||
OPCODE(VectorSignedSaturatedNarrowToUnsigned16, U128, U128 )
|
||||
OPCODE(VectorSignedSaturatedNarrowToUnsigned32, U128, U128 )
|
||||
OPCODE(VectorSignedSaturatedNarrowToUnsigned64, U128, U128 )
|
||||
OPCODE(VectorSignedSaturatedNeg8, U128, U128 )
|
||||
OPCODE(VectorSignedSaturatedNeg16, U128, U128 )
|
||||
OPCODE(VectorSignedSaturatedNeg32, U128, U128 )
|
||||
OPCODE(VectorSignedSaturatedNeg64, U128, U128 )
|
||||
OPCODE(VectorSub8, U128, U128, U128 )
|
||||
OPCODE(VectorSub16, U128, U128, U128 )
|
||||
OPCODE(VectorSub32, U128, U128, U128 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue