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

Method RotateRightCarry

lowlevelilinstruction.cpp:3228–3232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3226
3227
3228ExprId LowLevelILFunction::RotateRightCarry(
3229 size_t size, ExprId a, ExprId b, ExprId carry, uint32_t flags, const ILSourceLocation& loc)
3230{
3231 return AddExprWithLocation(LLIL_RRC, loc, size, flags, a, b, carry);
3232}
3233
3234
3235ExprId LowLevelILFunction::Mult(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Callers 5

GetShiftedFunction · 0.45
ReadShiftedOperandFunction · 0.45
ShiftedRegisterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected