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 127 VEX = 1, XOP = 2, EVEX = 3
255 // Special case since there is no attribute class for 64-bit and VEX
290 errs() << "Don't support VEX.L if EVEX_L2 is enabled: " << Name << "\n";
291 llvm_unreachable("Don't support VEX.L if EVEX_L2 is enabled");
376 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) {
608 // - In AVX, there is a register operand in the VEX.vvvv field here -
620 // in ModRMVEX and the one above the one in the VEX.VVVV field
629 // - In AVX, there is a register operand in the VEX.vvvv field here -
642 // in ModRMVEX and the one above the one in the VEX.VVVV field
651 // - In AVX, there is a register operand in the VEX.vvvv field here
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 377 /// VEX - The opcode prefix used by AVX instructions
379 VEX = 1U << 0,
395 /// VEX_L - Stands for a bit in the VEX opcode prefix meaning the current
401 // VEX_LIG - Specifies that this instruction ignores the L-bit in the VEX

Completed in 141 milliseconds