Home | History | Annotate | Download | only in TableGen

Lines Matching refs:VEX

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 -
628 // in ModRMVEX and the one above the one in the VEX.VVVV field
647 // - In AVX, there is a register operand in the VEX.vvvv field here -
664 // in ModRMVEX and the one above the one in the VEX.VVVV field
1093 errs() << "Unhandled VEX.vvvv register encoding " << s << "\n";
1094 llvm_unreachable("Unhandled VEX.vvvv register encoding");