| 1467 | |
| 1468 | |
| 1469 | SSARegisterStack LowLevelILInstructionBase::GetRawOperandAsSSARegisterStack(size_t operand) const |
| 1470 | { |
| 1471 | return SSARegisterStack((uint32_t)operands[operand], (size_t)operands[operand + 1]); |
| 1472 | } |
| 1473 | |
| 1474 | |
| 1475 | SSARegisterStack LowLevelILInstructionBase::GetRawOperandAsPartialSSARegisterStackSource(size_t operand) const |
no test coverage detected