Searched refs:instruction_type (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/apps/debugger/arch/
H A DInstructionInfo.h13 enum instruction_type { enum
25 target_size_t size, instruction_type type,
32 instruction_type type,
40 instruction_type Type() const { return fType; }
51 instruction_type fType;
H A DInstructionInfo.cpp23 instruction_type type, bool breakpointAllowed,
38 target_size_t size, instruction_type type, bool breakpointAllowed,
/haiku-fatelf/src/apps/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.cpp164 instruction_type type = INSTRUCTION_TYPE_OTHER;
/haiku-fatelf/src/apps/debugger/arch/x86/disasm/
H A DDisassemblerX86.cpp153 instruction_type type = INSTRUCTION_TYPE_OTHER;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c62 typedef enum instruction_type enum
72 } instruction_type; typedef in typeref:enum:instruction_type
435 static enum instruction_type template_encoding_table[32][3] =
475 fetch_instruction (CORE_ADDR addr, instruction_type *it, long long *instr)
1023 instruction_type it;

Completed in 48 milliseconds