Lines Matching refs:VEX
127 VEX = 1, XOP = 2, EVEX = 3
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.vvvv field here -
667 // in ModRMVEX and the one above the one in the VEX.VVVV field
686 // - In AVX, there is a register operand in the VEX.vvvv field here -
700 // in ModRMVEX and the one above the one in the VEX.VVVV field
1180 errs() << "Unhandled VEX.vvvv register encoding " << s << "\n";
1181 llvm_unreachable("Unhandled VEX.vvvv register encoding");