Searched refs:instruction_type (Results 1 – 3 of 3) sorted by relevance
37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size); in Disassemble() local39 if (IT_UNKNOWN == instruction_type) in Disassemble()40 return instruction_type; in Disassemble()48 instruction_type = ProcessOpcode(current_byte, 0, &size); in Disassemble()89 InstructionType instruction_type = IT_GENERIC; in ProcessPrefixes() local108 instruction_type = opcode.type_; in ProcessPrefixes()116 return instruction_type; in ProcessPrefixes()
91 InstructionType instruction_type = in RawPatchWithStub() local93 if (IT_JUMP == instruction_type) { in RawPatchWithStub()97 } else if (IT_RETURN == instruction_type) { in RawPatchWithStub()100 } else if (IT_GENERIC != instruction_type) { in RawPatchWithStub()
123 typedef enum instruction_type { enum132 } instruction_type; typedef134 static enum instruction_type template_encoding_table[32][3] = {