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

  /external/valgrind/main/tests/
check_vmx_cap 3 # We use this script to check whether or not the processor supports VMX (aka "Altivec").
5 LD_SHOW_AUXV=1 /bin/true | grep altivec > /dev/null 2>&1
  /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/flac/libFLAC/
cpu.c 358 info->data.ppc.altivec = !(sysctl(mib, 2, &val, &len, NULL, 0) || !val);
373 info->data.ppc.altivec = 0;
388 info->data.ppc.altivec = 1;
404 info->data.ppc.altivec = 0;
stream_decoder.c 443 if(decoder->private_->cpuinfo.data.ppc.altivec) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 351 sdl_check_headers stdlib stdarg malloc memory string strings inttypes stdint ctype math iconv signal altivec
  /external/libvpx/build/make/
configure.sh 823 soft_enable altivec
824 enabled altivec && add_cflags -maltivec
836 enabled altivec && add_cflags -faltivec
  /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...]
jm-vmx.stdout.exp 1 PPC altivec integer arith insns with three args:
155 PPC altivec integer logical insns with three args:
190 PPC altivec integer arith insns with two args:
    [all...]
testVMX.c 4 gcc -O -g -Wall -maltivec -mabi=altivec -DALTIVEC -DGCC_COMPILER
250 #ifdef ALTIVEC
252 # include <altivec.h>
    [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...]
jm-vmx.stdout.exp 1 PPC altivec integer arith insns with three args:
155 PPC altivec integer logical insns with three args:
190 PPC altivec integer arith insns with two args:
    [all...]