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

Method GetHighSSARegister

lowlevelilinstruction.cpp:2604–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2602
2603
2604SSARegister LowLevelILInstruction::GetHighSSARegister() const
2605{
2606 size_t operandIndex;
2607 if (GetOperandIndexForUsage(HighSSARegisterLowLevelOperandUsage, operandIndex))
2608 return GetRawOperandAsExpr(operandIndex).GetRawOperandAsSSARegister(0);
2609 throw LowLevelILInstructionAccessException();
2610}
2611
2612
2613uint32_t LowLevelILInstruction::GetLowRegister() const

Callers

nothing calls this directly

Tested by

no test coverage detected