IR: Implement new pseudo-operation GetGEFromOp

This commit is contained in:
MerryMage
2016-12-04 20:52:06 +00:00
parent 370f654590
commit 7cad6949e7
4 changed files with 26 additions and 1 deletions

View File

@@ -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 )