Lines Matching full:instruction
50 /// The instruction information table
53 /// True if there are primary decode conflicts in the instruction set
153 /// emitInstructionInfo - Prints the instruction specifier table, which has
154 /// one entry for each instruction, and contains name and operand
173 /// nnnn is the ID of the current instruction (0-based). This table
175 /// 0xnn is the lowest possible opcode for the current instruction, used for
179 /// @param o - The output stream to which the instruction table should be
185 /// instruction attribute mask to an instruction context. This table is
214 /// ModRMDecision to refer to a particular instruction ID.
219 /// @param opcode - The opcode of the instruction, for error reporting.
230 /// emit - Emits the instruction table, context table, and class decisions.
235 /// setTableFields - Uses the opcode type, instruction context, opcode, and a
244 /// correspond to the desired instruction.
245 /// @param uid - The unique ID of the instruction.
247 /// @param ignoresVEX_L - Instruction ignores VEX.L
258 /// specForUID - Returns the instruction specifier for a given unique
259 /// instruction ID. Used when resolving collisions.
261 /// @param uid - The unique ID of the instruction.
262 /// @return - A reference to the instruction specifier.