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

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp127 VEX = 1, XOP = 2, EVEX = 3 enumerator in enum:X86Local::__anon12885
256 // Special case since there is no attribute class for 64-bit and VEX
291 errs() << "Don't support VEX.L if EVEX_L2 is enabled: " << Name << "\n";
292 llvm_unreachable("Don't support VEX.L if EVEX_L2 is enabled");
377 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) {
609 // - In AVX, there is a register operand in the VEX.vvvv field here -
621 // in ModRMVEX and the one above the one in the VEX.VVVV field
630 // - In AVX, there is a register operand in the VEX.vvvv field here -
643 // in ModRMVEX and the one above the one in the VEX.VVVV field
652 // - In AVX, there is a register operand in the VEX
[all...]

Completed in 126 milliseconds