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

Method SubBorrow

lowlevelilinstruction.cpp:3165–3169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3163
3164
3165ExprId LowLevelILFunction::SubBorrow(
3166 size_t size, ExprId a, ExprId b, ExprId carry, uint32_t flags, const ILSourceLocation& loc)
3167{
3168 return AddExprWithLocation(LLIL_SBB, loc, size, flags, a, b, carry);
3169}
3170
3171
3172ExprId LowLevelILFunction::And(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Calls

no outgoing calls

Tested by

no test coverage detected