Searched defs:GetOperand (Results 1 – 7 of 7) 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
655 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function660 inline const Operand& Instruction::GetOperand(uint32_t index) const { in GetOperand() function
238 const MemOperand& GetOperand() const { return operand_; } in GetOperand() function250 const AlignedMemOperand& GetOperand() const { return operand_; } in GetOperand() function
163 TEST(InstructionTest, GetOperand) { in TEST() argument
168 TEST(InstructionTest, GetOperand) { in TEST() argument