repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
vshuf-v8qi.C
blob
868150963a6072fe3350385600eea57fb62746bc
1
// { dg-options "-std=c++11" }
2
// { dg-do run }
3
4
typedef unsigned char V __attribute__((vector_size(8)));
5
typedef V VI;
6
7
#define A1 0x11
8
#define B1 0x12
9
#define C1 0x13
10
#define D1 0x14
11
#define E1 0x15
12
#define F1 0x16
13
#define G1 0x17
14
#define H1 0x18
15
16
#define A2 0xf1
17
#define B2 0xf2
18
#define C2 0xf3
19
#define D2 0xf4
20
#define E2 0xf5
21
#define F2 0xf6
22
#define G2 0xf7
23
#define H2 0xf8
24
25
#include "vshuf-8.inc"
26
#include "vshuf-main.inc"