Searched defs:src_operand (Results 1 – 8 of 8) sorted by relevance
114 struct src_operand { struct117 uint32_t imm32; /* set if src_operand is expressing a branch offset */ argument119 } src_operand; argument
452 struct src_operand src_operand; member
992 bool Differ::DoesOperandMatch(const opt::Operand& src_operand, in DoesOperandMatch()1032 const opt::Operand& src_operand = src_inst->GetInOperand(in_operand_index); in DoOperandsMatch() local1057 const opt::Operand& src_operand = src_inst->GetOperand(operand_index); in DoInstructionsMatch() local1087 bool Differ::DoesOperandMatchFuzzy(const opt::Operand& src_operand, in DoesOperandMatchFuzzy()1140 const opt::Operand& src_operand = src_inst->GetInOperand(in_operand_index); in DoInstructionsMatchFuzzy() local
97 uint32_t src_operand = copy_object_instruction->GetSingleWordInOperand(0); in Apply() local