OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALTIVEC
(Results
1 - 2
of
2
) sorted by null
/external/fec/
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 */
fec.h
261
extern enum cpu_mode {UNKNOWN=0,PORT,MMX,SSE,SSE2,
ALTIVEC
} Cpu_mode;
Completed in 56 milliseconds