HomeSort by relevance Sort by last modified time
    Searched refs:ALTIVEC (Results 1 - 16 of 16) sorted by null

  /external/fec/
viterbi27.c 18 case ALTIVEC:
39 case ALTIVEC:
64 case ALTIVEC:
90 case ALTIVEC:
112 case ALTIVEC:
144 case ALTIVEC:
viterbi29.c 18 case ALTIVEC:
39 case ALTIVEC:
64 case ALTIVEC:
90 case ALTIVEC:
112 case ALTIVEC:
140 case ALTIVEC:
viterbi39.c 18 case ALTIVEC:
39 case ALTIVEC:
65 case ALTIVEC:
91 case ALTIVEC:
113 case ALTIVEC:
141 case ALTIVEC:
viterbi615.c 19 case ALTIVEC:
41 case ALTIVEC:
66 case ALTIVEC:
92 case ALTIVEC:
114 case ALTIVEC:
142 case ALTIVEC:
sumsq.c 36 case ALTIVEC:
cpu_mode_ppc.c 14 "PowerPC G4/G5 Altivec/Velocity Engine"};
25 /* Ask the OS if we have Altivec support */
31 Cpu_mode = ALTIVEC;
dotprod.c 45 case ALTIVEC:
65 case ALTIVEC:
88 case ALTIVEC:
peakval.c 35 case ALTIVEC:
encode_rs_8.c 12 static enum {UNKNOWN=0,MMX,SSE,SSE2,ALTIVEC,PORT} cpu_mode;
38 /* Ask the OS if we have Altivec support */
44 cpu_mode = ALTIVEC;
53 case ALTIVEC:
68 #if __vec__ /* PowerPC G4/G5 Altivec instructions are available */
dtest.c 15 {"force-altivec",0,NULL,'a'},
38 Cpu_mode = ALTIVEC;
sumsq_test.c 16 {"force-altivec",0,NULL,'a'},
46 Cpu_mode = ALTIVEC;
vtest27.c 23 {"force-altivec",0,NULL,'a'},
64 Cpu_mode = ALTIVEC;
vtest29.c 23 {"force-altivec",0,NULL,'a'},
64 Cpu_mode = ALTIVEC;
vtest39.c 23 {"force-altivec",0,NULL,'a'},
64 Cpu_mode = ALTIVEC;
vtest615.c 23 {"force-altivec",0,NULL,'a'},
66 Cpu_mode = ALTIVEC;
fec.h 261 extern enum cpu_mode {UNKNOWN=0,PORT,MMX,SSE,SSE2,ALTIVEC} Cpu_mode;

Completed in 455 milliseconds