Lines Matching refs:vex_l
400 } else if (!s->vex_l) {
919 if ((s->prefix & PREFIX_REPNZ) && s->vex_l) {
1870 if (s->vex_l && e->s0 != X86_SIZE_qq && e->s1 != X86_SIZE_qq) {
1877 if (!s->vex_l) {
1892 *ot = s->vex_l ? MO_256 : MO_128;
1896 *ot = s->vex_l ? MO_128 : MO_64;
2238 return !s->vex_l || (s->cpuid_7_0_ecx_features & CPUID_7_0_ECX_VAES);
2290 if (s->vex_l) {
2305 if ((s->prefix & PREFIX_VEX) && s->vex_l && !has_cpuid_feature(s, X86_FEAT_AVX2)) {
2374 if (s->vex_l) {
2397 if (s->vex_l) {
2442 s->vex_l = 0;
2557 s->vex_l = (vex3 >> 2) & 1;
2690 decode.op[2].ot = s->vex_l ? MO_256 : MO_128;
2691 } else if (s->vex_l) {