Lines Matching full:instruction
11 * It contains the public interface of the instruction decoder.
35 * Accessor functions for various fields of an Intel instruction
465 * the decoder. Reads a single byte from the instruction's address space.
470 * @param address - The address in the instruction's address space that should
487 * The x86 internal instruction, which is produced by the decoder.
502 /* General instruction information */
506 /* The start of the instruction, usable with the reader */
508 /* The length of the instruction, in bytes */
537 /* Offsets from the start of the instruction to the pieces of data, which is
550 /* The ModR/M byte of the instruction, if it is an opcode extension */
557 /* The instruction ID, extracted from the decode table */
559 /* The specifier for the instruction, from the instruction info table */
616 /* decodeInstruction - Decode one instruction and store the decoding results in
618 * @param insn - The buffer to store the instruction in. Allocated by the
628 * byte in the instruction.