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

Method Intrinsic

lowlevelilinstruction.cpp:3522–3527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3520
3521
3522ExprId LowLevelILFunction::Intrinsic(const vector<RegisterOrFlag>& outputs, uint32_t intrinsic,
3523 const vector<ExprId>& params, uint32_t flags, const ILSourceLocation& loc)
3524{
3525 return AddExprWithLocation(LLIL_INTRINSIC, loc, 0, flags, outputs.size(), AddRegisterOrFlagList(outputs), intrinsic,
3526 AddExprWithLocation(LLIL_CALL_PARAM, loc, 0, 0, params.size(), AddOperandList(params)));
3527}
3528
3529
3530ExprId LowLevelILFunction::IntrinsicSSA(const vector<SSARegisterOrFlag>& outputs, uint32_t intrinsic,

Callers 14

CopyToMethod · 0.45
MoveFromCoprocessorFunction · 0.45
MoveToCoprocessorFunction · 0.45
SimpleIntrinsicFunction · 0.45
LoadExclusiveFunction · 0.45
LoadPairExclusiveFunction · 0.45
StoreExclusiveFunction · 0.45
StorePairExclusiveFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected