Home | History | Annotate | Download | only in X86

Lines Matching refs:VEX_4V

465     /// VEX_4V - Used to specify an additional AVX/SSE register. Several 2
468 VEX_4V = 1U << 2,
556 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;