mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 13:46:26 +00:00
IR: Implement new pseudo-operation GetGEFromOp
This commit is contained in:
@@ -36,6 +36,7 @@ OPCODE(PushRSB, T::Void, T::U64
|
||||
// Pseudo-operation, handled specially at final emit
|
||||
OPCODE(GetCarryFromOp, T::U1, T::U32 )
|
||||
OPCODE(GetOverflowFromOp, T::U1, T::U32 )
|
||||
OPCODE(GetGEFromOp, T::U32, T::U32 )
|
||||
|
||||
// Calculations
|
||||
OPCODE(Pack2x32To1x64, T::U64, T::U32, T::U32 )
|
||||
|
||||
Reference in New Issue
Block a user