Home | History | Annotate | Download | only in TableGen

Lines Matching full:opcode

35   /// The decoder tables.  There is one for each opcode type:
132 /// Opcode and ModRMDecisions. A ContextDecision is printed as:
148 /// IC is one of the contexts in InstructionContext. There is an opcode
190 /// 0xnn is the lowest possible opcode for the current instruction, used for
234 /// @param opcode - The opcode of the instruction, for error reporting.
238 uint8_t opcode);
250 /// setTableFields - Uses the opcode type, instruction context, opcode, and a
254 /// @param type - The opcode type (ONEBYTE, TWOBYTE, etc.)
256 /// @param opcode - The last byte of the opcode (not counting any escape
265 uint8_t opcode,