Searched defs:GetOperand (Results 1 – 7 of 7) sorted by relevance
642 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function647 inline const Operand& Instruction::GetOperand(uint32_t index) const { in GetOperand() function
622 inline Operand& Instruction::GetOperand(uint32_t index) { in GetOperand() function627 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