repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
vshuf-2.inc
blob
70b2e5c139a1cd82186e10c6aa187e15509ebd1e
1
#define N 2
2
#define TESTS \
3
T (0, 0, 0) \
4
T (1, 0, 1) \
5
T (2, 0, 2) \
6
T (3, 0, 3) \
7
T (4, 1, 0) \
8
T (5, 1, 1) \
9
T (6, 1, 2) \
10
T (7, 1, 3) \
11
T (8, 2, 0) \
12
T (9, 2, 1) \
13
T (10, 2, 2) \
14
T (11, 2, 3) \
15
T (12, 3, 0) \
16
T (13, 3, 1) \
17
T (14, 3, 2) \
18
T (15, 3, 3)
19
#define EXPTESTS