Home | History | Annotate | Download | only in ppc32

Lines Matching defs:altivec

148 /* Uncomment to enable many arguments for altivec insns */
151 /* Uncomment to enable many arguments for altivec insns */
177 * According to the AltiVec section of the GCC manual, the syntax does
242 # include <altivec.h>
4139 "PPC altivec integer arith insns with three args",
4146 "PPC altivec integer logical insns with three args",
4153 "PPC altivec integer arith insns with two args",
4160 "PPC altivec integer logical insns with two args",
4167 "PPC altivec integer logical insns with one arg",
4174 "Altivec integer compare insns",
4181 "Altivec integer compare insns with flags update",
4188 "Altivec integer special insns",
4195 "Altivec load insns with two register args",
4202 "Altivec store insns with three register args",
4209 "Altivec floating point arith insns with two args",
4216 "Altivec floating point arith insns with three args",
4223 "Altivec floating point arith insns with one arg",
4230 "Altivec floating point compare insns",
4237 "Altivec floating point compare insns with flags update",
4244 "Altivec float special insns",
7470 int integer, floats, p405, altivec, faltivec, misc;
7508 (family == PPC_ALTIVEC && !seln_flags.altivec) ||
7552 "Altivec instructions tests are disabled on your host\n");
7561 "Altivec float instructions tests "
7625 "\t-a: test altivec instructions\n"
7627 "\t-A: test all (int, fp, altivec) instructions\n"
7657 flags.altivec = 0;
7694 } else if (strcmp(tmp, "altivec") == 0 || strcmp(tmp, "a") == 0) {
7695 flags.altivec = 1;
7756 flags.p405 == 0 && flags.altivec == 0 && flags.faltivec == 0) {
7760 flags.altivec = 1;
7794 flags.altivec = 0;
7808 flags.altivec = 1;
7817 flags.altivec = 1;
7841 if (flags.altivec || flags.faltivec) {
7865 printf(" altivec = %d\n", flags.altivec);