mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 11:36:28 +00:00
Implement VCMP
This commit is contained in:
@@ -95,6 +95,8 @@ OPCODE(FPAbs32, T::F32, T::F32
|
||||
OPCODE(FPAbs64, T::F64, T::F64 )
|
||||
OPCODE(FPAdd32, T::F32, T::F32, T::F32 )
|
||||
OPCODE(FPAdd64, T::F64, T::F64, T::F64 )
|
||||
OPCODE(FPCompare32, T::Void, T::F32, T::F32, T::U1 )
|
||||
OPCODE(FPCompare64, T::Void, T::F64, T::F64, T::U1 )
|
||||
OPCODE(FPDiv32, T::F32, T::F32, T::F32 )
|
||||
OPCODE(FPDiv64, T::F64, T::F64, T::F64 )
|
||||
OPCODE(FPMul32, T::F32, T::F32, T::F32 )
|
||||
|
||||
Reference in New Issue
Block a user