Home | History | Annotate | Download | only in Disassembler

Lines Matching full:disassembler

1 //===-- X86Disassembler.h - Disassembler for x86 and x86_64 -----*- C++ -*-===//
10 // The X86 disassembler is a table-driven disassembler for the 16-, 32-, and
12 // instruction in this disassembler is:
21 // disassembler distinguishes four kinds of opcodes, which are enumerated in
37 // 5. After resolving the ModRMDecision, the disassembler has a unique ID
52 // 7. As the last step, the disassembler translates the instruction information
56 // The disassembler is broken broadly into two parts: the table emitter that
58 // the disassembler itself. The table emitter is documented in more detail in
61 // X86Disassembler.h contains the public interface for the disassembler,
66 // table emitter and the disassembler.
100 /// X86GenericDisassembler - Generic disassembler for all X86 platforms.
106 /// Constructor - Initializes the disassembler.