Searched refs:perm2 (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/operators/
H A D2.cc46 for (unsigned perm2 = 0; perm2 < 120; ++perm2)
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c11430 unsigned char perm2[MAX_VECT_LEN];
11455 perm2[i] = e;
11458 if (expand_vselect_vconcat (d->target, d->op1, d->op0, perm2, nelt))
11478 unsigned char perm2[2];
11495 perm2[0] = elt;
11496 perm2[1] = elt + 2;
11497 ok = expand_vselect_vconcat (d->target, d->op0, d->op0, perm2, 2);
11644 unsigned char perm2[4];
11657 perm2[i] = d->perm[i] & 3;
11666 ok = expand_vselect (t0, d->op0, perm2,
11405 unsigned char perm2[MAX_VECT_LEN]; local
11453 unsigned char perm2[2]; local
11619 unsigned char perm2[4]; local
[all...]
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c18905 unsigned char perm2[MAX_VECT_LEN];
18910 memcpy (perm2, d->perm, sizeof(perm2));
18912 perm2[i] += nelt;
18913 if (mips_expand_vselect_vconcat (d->target, d->op0, d->op1, perm2, nelt))
18924 perm2[i] = (d->perm[i] + nelt) & (2 * nelt - 1);
18925 if (mips_expand_vselect_vconcat (d->target, d->op1, d->op0, perm2, nelt))
19265 unsigned char perm2[2];
19278 perm2[0] = 1;
19279 perm2[
18827 unsigned char perm2[MAX_VECT_LEN]; local
19187 unsigned char perm2[2]; local
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c47632 unsigned char perm2[MAX_VECT_LEN]; local
47805 unsigned char perm2[MAX_VECT_LEN]; local
49355 unsigned char perm2[4]; local
[all...]

Completed in 347 milliseconds