HomeSort by relevance Sort by last modified time
    Searched defs:altivec (Results 1 - 4 of 4) sorted by null

  /external/flac/libFLAC/include/private/
cpu.h 63 FLAC__bool altivec; member in struct:__anon6474
  /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/VEX/switchback/
test_ppc_jm1.c 4487 int integer = 0, floats = 0, p405 = 0, altivec = 0, faltivec = 0; local
    [all...]
  /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>
7280 int integer, floats, p405, altivec, faltivec; member in struct:insn_sel_flags_t_struct
    [all...]

Completed in 132 milliseconds