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

Method UpdateRawOperandAsSSARegisterList

lowlevelilinstruction.cpp:1567–1571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565
1566
1567void LowLevelILInstructionBase::UpdateRawOperandAsSSARegisterList(size_t operandIndex, const vector<SSARegister>& regs)
1568{
1569 UpdateRawOperand(operandIndex, regs.size() * 2);
1570 UpdateRawOperand(operandIndex + 1, function->AddSSARegisterList(regs));
1571}
1572
1573
1574void LowLevelILInstructionBase::UpdateRawOperandAsSSARegisterOrFlagList(

Callers 3

SetOutputSSARegistersMethod · 0.80
SetOutputSSARegistersMethod · 0.80
SetOutputSSARegistersMethod · 0.80

Calls 2

AddSSARegisterListMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected