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
665 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function670 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
163 TEST(InstructionTest, GetOperand) { in TEST() argument
162 TEST(InstructionTest, GetOperand) { in TEST() argument