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

Function GetShiftedRegister

arch/armv7/il.cpp:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228
229static ExprId GetShiftedRegister(LowLevelILFunction& il, InstructionOperand& op)
230{
231 if (op.flags.offsetRegUsed == 1)
232 return GetRegisterShiftedRegister(il, op.reg, op.offset, op.shift);
233 return GetShifted(il, op.reg, op.imm, op.shift);
234}
235
236
237static ExprId ReadAddress(LowLevelILFunction& il, InstructionOperand& op, size_t addr)

Callers 3

ReadAddressFunction · 0.70
ReadILOperandFunction · 0.70

Calls 2

GetShiftedFunction · 0.85

Tested by

no test coverage detected