Home | History | Annotate | Download | only in ppc32

Lines Matching refs:altivec

148 /* Uncomment to enable many arguments for altivec insns */
151 /* Uncomment to enable many arguments for altivec insns */
176 * According to the AltiVec section of the GCC manual, the syntax does
241 # include <altivec.h>
4048 "PPC altivec integer arith insns with three args",
4055 "PPC altivec integer logical insns with three args",
4062 "PPC altivec integer arith insns with two args",
4069 "PPC altivec integer logical insns with two args",
4076 "PPC altivec integer logical insns with one arg",
4083 "Altivec integer compare insns",
4090 "Altivec integer compare insns with flags update",
4097 "Altivec integer special insns",
4104 "Altivec load insns with two register args",
4111 "Altivec store insns with three register args",
4118 "Altivec floating point arith insns with two args",
4125 "Altivec floating point arith insns with three args",
4132 "Altivec floating point arith insns with one arg",
4139 "Altivec floating point compare insns",
4146 "Altivec floating point compare insns with flags update",
4153 "Altivec float special insns",
7342 int integer, floats, p405, altivec, faltivec;
7380 (family == PPC_ALTIVEC && !seln_flags.altivec) ||
7420 "Altivec instructions tests are disabled on your host\n");
7429 "Altivec float instructions tests "
7493 "\t-a: test altivec instructions\n"
7494 "\t-A: test all (int, fp, altivec) instructions\n"
7524 flags.altivec = 0;
7561 } else if (strcmp(tmp, "altivec") == 0 || strcmp(tmp, "a") == 0) {
7562 flags.altivec = 1;
7623 flags.p405 == 0 && flags.altivec == 0 && flags.faltivec == 0) {
7627 flags.altivec = 1;
7659 flags.altivec = 0;
7673 flags.altivec = 1;
7679 flags.altivec = 1;
7703 if (flags.altivec || flags.faltivec) {
7727 printf(" altivec = %d\n", flags.altivec);