Home | History | Annotate | Download | only in TableGen

Lines Matching refs:opcode

37   /// The decoder tables.  There is one for each opcode type:
134 /// Opcode and ModRMDecisions. A ContextDecision is printed as:
150 /// IC is one of the contexts in InstructionContext. There is an opcode
192 /// 0xnn is the lowest possible opcode for the current instruction, used for
236 /// @param opcode - The opcode of the instruction, for error reporting.
240 uint8_t opcode);
252 /// setTableFields - Uses the opcode type, instruction context, opcode, and a
256 /// @param type - The opcode type (ONEBYTE, TWOBYTE, etc.)
258 /// @param opcode - The last byte of the opcode (not counting any escape
267 uint8_t opcode,