Home | History | Annotate | Download | only in opcodes

Lines Matching defs:Vex

647   /* insn has VEX prefix:
648 1: 128bit VEX prefix (or operand dependent).
649 2: 256bit VEX prefix.
650 3: Scalar VEX prefix.
655 Vex,
656 /* How to encode VEX.vvvv:
657 1: VEX.vvvv encodes the src1 register operand.
658 2: VEX.vvvv encodes the src2 register operand.
659 3: VEX.vvvv encodes the dest register operand.
666 /* How the VEX.W bit is used:
668 1: VEX.W0. Should always be 0.
669 2: VEX.W1. Should always be 1.
670 3: VEX.WIG. The VEX.W bit is ignored.
677 VEX/XOP/EVEX pp fields):
806 unsigned int vex:2;
987 #define Opcode_VexW 0xf /* Operand order controlled by VEX.W. */
995 VEX/XOP mmmmm and EVEX mmm fields):
1037 #define Prefix_VEX 5 /* {vex} */