Home | History | Annotate | Download | only in X86

Lines Matching full:xop

937     // XOP can efficiently perform BITREVERSE with VPPERM.
15372 // Lower using XOP integer comparisons.
15375 // Translate compare code to XOP PCOM compare mode.
19830 // XOP can shift v16i8 directly instead of as shift v8i16 + mask.
20027 // XOP has 128-bit variable logical/arithmetic shifts.
20447 assert(Subtarget.hasXOP() && "XOP support required for vector rotates!");
20450 // XOP has 128-bit vector variable + immediate rotates.