Home | History | Annotate | Download | only in TableGen

Lines Matching full:instruction

35 ///   instruction contexts.  Although for each attribute there are cases where
38 /// instruction with an OPSIZE prefix and an XS prefix decodes the same way in
39 /// all cases as a 64-bit instruction with only OPSIZE set. (The XS prefix
40 /// may have effects on its execution, but does not change the instruction
44 /// decoder traverses while decoding an instruction. At the lowest level of
45 /// this hierarchy are instruction UIDs, 16-bit integers that can be used to
46 /// uniquely identify the instruction and correspond exactly to its position
49 /// each instruction and how to decode them.
83 /// X86DisassemblerTables.h contains the interface for the instruction tables,
85 /// X86DisassemblerTables.cpp contains the implementation for the instruction
88 /// ModR/M values are valid for a particular instruction. These are used to
90 /// X86RecognizableInstr.h contains the interface for a single instruction,
94 /// instruction.