Home | History | Annotate | Download | only in opcodes

Lines Matching defs:Vex

630   /* insn has VEX prefix:
631 1: 128bit VEX prefix (or operand dependent).
632 2: 256bit VEX prefix.
633 3: Scalar VEX prefix.
638 Vex,
639 /* How to encode VEX.vvvv:
640 1: VEX.vvvv encodes the src1 register operand.
641 2: VEX.vvvv encodes the src2 register operand.
642 3: VEX.vvvv encodes the dest register operand.
649 /* How the VEX.W bit is used:
651 1: VEX.W0. Should always be 0.
652 2: VEX.W1. Should always be 1.
653 3: VEX.WIG. The VEX.W bit is ignored.
660 VEX/XOP/EVEX pp fields):
789 unsigned int vex:2;
970 #define Opcode_VexW 0xf /* Operand order controlled by VEX.W. */
978 VEX/XOP mmmmm and EVEX mm fields):
1020 #define Prefix_VEX 5 /* {vex} */