MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetShiftedOffset

Function GetShiftedOffset

arch/armv7/il.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ReadAddressFunction · 0.85
ReadILOperandFunction · 0.85

Calls 1

GetShiftedFunction · 0.85

Tested by

no test coverage detected