mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 06:48:42 +00:00
ir: Add opcodes form unsigned saturated accumulations of signed values
This commit is contained in:
@@ -424,6 +424,10 @@ OPCODE(VectorUnsignedAbsoluteDifference16, U128, U128,
|
||||
OPCODE(VectorUnsignedAbsoluteDifference32, U128, U128, U128 )
|
||||
OPCODE(VectorUnsignedRecipEstimate, U128, U128 )
|
||||
OPCODE(VectorUnsignedRecipSqrtEstimate, U128, U128 )
|
||||
OPCODE(VectorUnsignedSaturatedAccumulateSigned8, U128, U128, U128 )
|
||||
OPCODE(VectorUnsignedSaturatedAccumulateSigned16, U128, U128, U128 )
|
||||
OPCODE(VectorUnsignedSaturatedAccumulateSigned32, U128, U128, U128 )
|
||||
OPCODE(VectorUnsignedSaturatedAccumulateSigned64, U128, U128, U128 )
|
||||
OPCODE(VectorUnsignedSaturatedNarrow16, U128, U128 )
|
||||
OPCODE(VectorUnsignedSaturatedNarrow32, U128, U128 )
|
||||
OPCODE(VectorUnsignedSaturatedNarrow64, U128, U128 )
|
||||
|
||||
Reference in New Issue
Block a user