Searched defs:GetOperand (Results 1 – 10 of 10) 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
238 const MemOperand& GetOperand() const { return operand_; } in GetOperand() function250 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
231 uint32_t GetOperand(const spv_parsed_instruction_t* instruction, in GetOperand() function
163 TEST(InstructionTest, GetOperand) { in TEST() argument