Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:vex

48 #define rFromVEX2of3(vex)       (((~(vex)) & 0x80) >> 7)
49 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6)
50 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5)
51 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f)
52 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7)
53 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3)
54 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2)
55 #define ppFromVEX3of3(vex) ((vex) & 0x3)
57 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7)
58 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3)
59 #define lFromVEX2of2(vex) (((vex) & 0x4) >> 2)
60 #define ppFromVEX2of2(vex) ((vex) & 0x3)
373 * VEXLeadingOpcodeByte - Possible values for the VEX.m-mmmm field
383 * VEXPrefixCode - Possible values for the VEX.pp field
449 /* The value of the VEX prefix, if present */
451 /* The length of the VEX prefix (0 if not present) */
496 /* The VEX.vvvv field, which contains a third register operand for some AVX