mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
ir: Add opcodes for performing vector absolute values
This commit is contained in:
@@ -211,6 +211,10 @@ OPCODE(VectorSetElement8, T::U128, T::U128, T::U
|
||||
OPCODE(VectorSetElement16, T::U128, T::U128, T::U8, T::U16 )
|
||||
OPCODE(VectorSetElement32, T::U128, T::U128, T::U8, T::U32 )
|
||||
OPCODE(VectorSetElement64, T::U128, T::U128, T::U8, T::U64 )
|
||||
OPCODE(VectorAbs8, T::U128, T::U128 )
|
||||
OPCODE(VectorAbs16, T::U128, T::U128 )
|
||||
OPCODE(VectorAbs32, T::U128, T::U128 )
|
||||
OPCODE(VectorAbs64, T::U128, T::U128 )
|
||||
OPCODE(VectorAdd8, T::U128, T::U128, T::U128 )
|
||||
OPCODE(VectorAdd16, T::U128, T::U128, T::U128 )
|
||||
OPCODE(VectorAdd32, T::U128, T::U128, T::U128 )
|
||||
|
||||
Reference in New Issue
Block a user