Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:opcode

231     /// they are just a fixed opcode value, like 'leave'.
235 /// their one register operand added to their opcode.
259 /// a Mod/RM byte, and use the middle field to hold extended opcode
314 // set, there is no prefix byte for obtaining a multibyte opcode.
319 // TB - TwoByte - Set if this instruction has a two byte opcode, which
320 // starts with a 0x0F byte before the real opcode.
412 // SpecialFP - Special instruction forms. Dispatch by opcode explicitly.
433 /// VEX - The opcode prefix used by AVX instructions
437 /// VEX_W - Has a opcode specific functionality, but is used in the same
455 /// VEX_L - Stands for a bit in the VEX opcode prefix meaning the current
501 /// this as having a 0x0F prefix with a 0x0F opcode, and each instruction
503 /// we handle this by storeing the classifier in the opcode field and using
511 /// XOP - Opcode prefix used by XOP instructions.
516 // getBaseOpcodeFor - This function returns the "base" X86 opcode for the
594 inline int getMemoryOperandNo(uint64_t TSFlags, unsigned Opcode) {
623 //if (Opcode == X86::LEA64r || Opcode == X86::LEA64_32r ||
624 // Opcode == X86::LEA16r || Opcode == X86::LEA32r)