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

Method GetRawOperandAsSSARegister

lowlevelilinstruction.cpp:1463–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461
1462
1463SSARegister LowLevelILInstructionBase::GetRawOperandAsSSARegister(size_t operand) const
1464{
1465 return SSARegister((uint32_t)operands[operand], (size_t)operands[operand + 1]);
1466}
1467
1468
1469SSARegisterStack LowLevelILInstructionBase::GetRawOperandAsSSARegisterStack(size_t operand) const

Callers 13

GetHighSSARegisterMethod · 0.80
GetLowSSARegisterMethod · 0.80
GetTopSSARegisterMethod · 0.80
GetTopSSARegisterMethod · 0.80
GetTopSSARegisterMethod · 0.80
GetStackSSARegisterMethod · 0.80
GetStackSSARegisterMethod · 0.80
GetStackSSARegisterMethod · 0.80
GetSSARegisterMethod · 0.80
GetStackSSARegisterMethod · 0.80
GetTopSSARegisterMethod · 0.80
GetHighSSARegisterMethod · 0.80

Calls 1

SSARegisterClass · 0.70

Tested by

no test coverage detected