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

Method UpdateRawOperandAsSSARegisterOrFlagList

lowlevelilinstruction.cpp:1574–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1572
1573
1574void LowLevelILInstructionBase::UpdateRawOperandAsSSARegisterOrFlagList(
1575 size_t operandIndex, const vector<SSARegisterOrFlag>& outputs)
1576{
1577 UpdateRawOperand(operandIndex, outputs.size() * 2);
1578 UpdateRawOperand(operandIndex + 1, function->AddSSARegisterOrFlagList(outputs));
1579}
1580
1581
1582RegisterValue LowLevelILInstructionBase::GetValue() const

Callers 1

Calls 2

sizeMethod · 0.45

Tested by

no test coverage detected