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

Method GetSSARegisterList

lowlevelilinstruction.cpp:1266–1273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264
1265
1266LowLevelILSSARegisterList LowLevelILOperand::GetSSARegisterList() const
1267{
1268 if (m_type != SSARegisterListLowLevelOperand)
1269 throw LowLevelILInstructionAccessException();
1270 if (m_usage == OutputSSARegistersLowLevelOperandUsage)
1271 return m_instr.GetRawOperandAsExpr(m_operandIndex).GetRawOperandAsSSARegisterList(1);
1272 return m_instr.GetRawOperandAsSSARegisterList(m_operandIndex);
1273}
1274
1275
1276LowLevelILSSARegisterStackList LowLevelILOperand::GetSSARegisterStackList() const

Callers 1

PrintILExprFunction · 0.80

Tested by

no test coverage detected