Searched defs:VEX (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp127 VEX = 1, XOP = 2, EVEX = 3 enumerator in enum:X86Local::__anon15140
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
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h377 /// VEX - The opcode prefix used by AVX instructions
379 VEX = 1U << 0, enumerator in enum:llvm::X86II::__anon22955
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 110 milliseconds