HomeSort by relevance Sort by last modified time
    Searched defs:VEX (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 114 VEX = 1, XOP = 2, EVEX = 3
238 // Special case since there is no attribute class for 64-bit and VEX
273 errs() << "Don't support VEX.L if EVEX_L2 is enabled: " << Name << "\n";
274 llvm_unreachable("Don't support VEX.L if EVEX_L2 is enabled");
359 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) {
564 // - In AVX, there is a register operand in the VEX.vvvv field here -
577 // in ModRMVEX and the one above the one in the VEX.VVVV field
586 // - In AVX, there is a register operand in the VEX.vvvv field here -
601 // in ModRMVEX and the one above the one in the VEX.VVVV field
610 // - In AVX, there is a register operand in the VEX.vvvv field here
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 378 // XOPA - Prefix to encode 0xA in VEX.MMMM of XOP instructions.
456 // VEX - encoding using 0xC4/0xC5
457 VEX = 1,
472 /// VEX - The opcode prefix used by AVX instructions
485 /// operand 3 with VEX.vvvv.
493 /// VEX_L - Stands for a bit in the VEX opcode prefix meaning the current
499 // VEX_LIG - Specifies that this instruction ignores the L-bit in the VEX
508 // - 11 LIG (but, in insn encoding, leave VEX.L and EVEX.L in zeros.

Completed in 163 milliseconds