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

Method LogicalShiftRight

lowlevelilinstruction.cpp:3196–3200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3194
3195
3196ExprId LowLevelILFunction::LogicalShiftRight(
3197 size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3198{
3199 return AddExprWithLocation(LLIL_LSR, loc, size, flags, a, b);
3200}
3201
3202
3203ExprId LowLevelILFunction::ArithShiftRight(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Callers 13

GetShiftedFunction · 0.45
ReadShiftedOperandFunction · 0.45
ShiftedRegisterFunction · 0.45
GetShiftedRegisterFunction · 0.45
ByteReverseRegisterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected