Home | History | Annotate | Download | only in X86

Lines Matching refs:VEX

702 // In the VEX prefix, registers are seen sequencially from 0-15 and encoded
706 // VEX.VVVV => XMM9 => ~9
781 // VEX_5M (VEX m-mmmmm field):
793 // VEX_4V (VEX vvvv field): a register specifier
974 // VEX opcode prefix can have 2 or 3 bytes
991 // Can this use the 2 byte VEX prefix?
992 if (Encoding == X86II::VEX && VEX_B && VEX_X && !VEX_W && (VEX_5M == 1)) {
998 // 3 byte VEX prefix
1053 // It uses the VEX.VVVV field?