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

Method SignExtend

lowlevelilinstruction.cpp:3319–3322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3317
3318
3319ExprId LowLevelILFunction::SignExtend(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3320{
3321 return AddExprWithLocation(LLIL_SX, loc, size, flags, a);
3322}
3323
3324
3325ExprId LowLevelILFunction::ZeroExtend(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 12

SetRegisterOrNopFunction · 0.45
SignExtendHiLoFunction · 0.45
LoadFunction · 0.45
ExtractRegisterFunction · 0.45
LoadStoreOperandSizeFunction · 0.45
operToILFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected