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

Method ArithShiftRight

lowlevelilinstruction.cpp:3203–3206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3201
3202
3203ExprId LowLevelILFunction::ArithShiftRight(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3204{
3205 return AddExprWithLocation(LLIL_ASR, loc, size, flags, a, b);
3206}
3207
3208
3209ExprId LowLevelILFunction::RotateLeft(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Callers 11

GetShiftedFunction · 0.45
ReadShiftedOperandFunction · 0.45
ShiftedRegisterFunction · 0.45
GetShiftedRegisterFunction · 0.45
il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected