/external/flac/libFLAC/include/private/ |
cpu.h | 63 FLAC__bool altivec; member in struct:__anon5601
|
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
SDL_cpuinfo.c | 30 #include <sys/sysctl.h> /* For AltiVec check */ 308 volatile int altivec = 0; local 315 altivec = (hasVectorUnit != 0); 324 altivec = 1; 328 return altivec; 442 printf("AltiVec: %d\n", SDL_HasAltiVec());
|
/external/valgrind/main/none/tests/ppc32/ |
jm-insns.c | 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> 7275 int integer, floats, p405, altivec, faltivec; member in struct:insn_sel_flags_t_struct [all...] |
/external/valgrind/main/none/tests/ppc64/ |
jm-insns.c | 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> 7275 int integer, floats, p405, altivec, faltivec; member in struct:insn_sel_flags_t_struct [all...] |