Imported Upstream version 4.7.3
[platform/upstream/gcc48.git] / gcc / testsuite / c-c++-common / torture / vshuf-v4hi.c
1 typedef unsigned short V __attribute__((vector_size(8)));
2 typedef V VI;
3
4 #define A       0x1112
5 #define B       0x2122
6 #define C       0x3132
7 #define D       0x4142
8
9 #define W       0xc1c2
10 #define X       0xd1d2
11 #define Y       0xe1e2
12 #define Z       0xf1f2
13
14 #include "vshuf-4.inc"
15 #include "vshuf-main.inc"