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

Method RotateRight

lowlevelilinstruction.cpp:3222–3225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3220
3221
3222ExprId LowLevelILFunction::RotateRight(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3223{
3224 return AddExprWithLocation(LLIL_ROR, loc, size, flags, a, b);
3225}
3226
3227
3228ExprId LowLevelILFunction::RotateRightCarry(

Callers 11

GetShiftedFunction · 0.45
ReadShiftedOperandFunction · 0.45
ReadRotatedOperandFunction · 0.45
ShiftedRegisterFunction · 0.45
GetShiftedRegisterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected