| 162 | |
| 163 | |
| 164 | static ExprId GetShiftedOffset(LowLevelILFunction& il, InstructionOperand& op) |
| 165 | { |
| 166 | return GetShifted(il, op.offset, op.imm, op.shift); |
| 167 | } |
| 168 | |
| 169 | |
| 170 | static ExprId GetRegisterShiftedRegister(LowLevelILFunction& il, Register reg, Register shiftReg, Shift shiftType) |
no test coverage detected