Searched refs:instruction_type (Results 1 – 2 of 2) sorted by relevance
60 unsigned char instruction_type = VCD_NOOP; in GetNextInstruction() local69 instruction_type = code_table_data_->inst2[opcode]; in GetNextInstruction()86 instruction_type = code_table_data_->inst1[opcode]; in GetNextInstruction()92 } while (instruction_type == VCD_NOOP); in GetNextInstruction()111 return static_cast<VCDiffInstructionType>(instruction_type); in GetNextInstruction()