Searched defs:GetOperand (Results 1 – 7 of 7) sorted by relevance
655 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function660 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
168 TEST(InstructionTest, GetOperand) { in TEST() argument
162 TEST(InstructionTest, GetOperand) { in TEST() argument