mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
ir: Add opcode for performing FP vector absolute differences
This commit is contained in:
parent
ba84e7a8de
commit
8a4f8aed06
4 changed files with 36 additions and 0 deletions
|
|
@ -396,6 +396,8 @@ OPCODE(FPU32ToDouble, T::U64, T::U32, T::U
|
|||
OPCODE(FPS32ToDouble, T::U64, T::U32, T::U1 )
|
||||
|
||||
// Floating-point vector instructions
|
||||
OPCODE(FPVectorAbsoluteDifference32, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAbsoluteDifference64, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAdd32, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAdd64, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorDiv32, T::U128, T::U128, T::U128 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue