Lines Matching full:instruction
44 /// The instruction information table
47 /// True if there are primary decode conflicts in the instruction set
50 /// emitOneID - Emits a table entry for a single instruction entry, at the
54 /// of the instruction as listed in the LLVM tables.
58 /// @param id - The unique ID of the instruction to print.
168 /// emitInstructionInfo - Prints the instruction specifier table, which has
169 /// one entry for each instruction, and contains name and operand
188 /// nnnn is the ID of the current instruction (0-based). This table
190 /// 0xnn is the lowest possible opcode for the current instruction, used for
194 /// @param o - The output stream to which the instruction table should be
200 /// instruction attribute mask to an instruction context. This table is
229 /// ModRMDecision to refer to a particular instruction ID.
234 /// @param opcode - The opcode of the instruction, for error reporting.
245 /// emit - Emits the instruction table, context table, and class decisions.
250 /// setTableFields - Uses the opcode type, instruction context, opcode, and a
259 /// correspond to the desired instruction.
260 /// @param uid - The unique ID of the instruction.
262 /// @param ignoresVEX_L - Instruction ignores VEX.L
271 /// specForUID - Returns the instruction specifier for a given unique
272 /// instruction ID. Used when resolving collisions.
274 /// @param uid - The unique ID of the instruction.
275 /// @return - A reference to the instruction specifier.