Searched defs:GetOperand (Results 1 – 8 of 8) sorted by relevance
671 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function676 inline const Operand& Instruction::GetOperand(uint32_t index) const { in GetOperand() function
232 const MemOperand& GetOperand() const { return operand_; } in GetOperand() function244 const AlignedMemOperand& GetOperand() const { return operand_; } in GetOperand() function
253 UInt32 CVm::GetOperand(bool byteMode, const COperand *op) const in GetOperand() function in NCompress::NRar3::NVm::CVm
163 TEST(InstructionTest, GetOperand) { in TEST() argument