Home | History | Annotate | Download | only in clang-include

Lines Matching defs:_MM_SHUFFLE2

1358 #define _MM_SHUFFLE2(x, y) (((x) << 1) | (y))