/external/clang/test/Headers/ |
altivec-header.c | 6 #include <altivec.h> 8 // Verify that simply including <altivec.h> does not generate any code
|
/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:__anon18328
|
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
SDL_cpuinfo.c | 30 #include <sys/sysctl.h> /* For AltiVec check */ 361 volatile int altivec = 0; 368 altivec = (hasVectorUnit != 0); 377 altivec = 1; 381 return altivec; 495 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.15/ |
android-configure.sh | 351 sdl_check_headers stdlib stdarg malloc memory string strings inttypes stdint ctype math iconv signal altivec
|
/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> 7342 int integer, floats, p405, altivec, faltivec; member in struct:insn_sel_flags_t_struct [all...] |
test_isa_2_06_part2.c | 30 #include <altivec.h> [all...] |
test_isa_2_06_part3.c | 30 #include <altivec.h> [all...] |
test_isa_2_06_part1.c | 30 #include <altivec.h> [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...] |
/external/valgrind/main/VEX/switchback/ |
test_ppc_jm1.c | 4487 int integer = 0, floats = 0, p405 = 0, altivec = 0, faltivec = 0; local [all...] |
/external/libvpx/libvpx/build/make/ |
configure.sh | 1016 soft_enable altivec 1017 enabled altivec && add_cflags -maltivec 1029 enabled altivec && add_cflags -faltivec [all...] |
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl_platform.h | 278 #include <altivec.h> /* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */ [all...] |
/external/mesa3d/include/CL/ |
cl_platform.h | 278 #include <altivec.h> /* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */ [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_isa_2_06_part2.c | 30 #include <altivec.h> [all...] |
test_isa_2_06_part3.c | 30 #include <altivec.h> [all...] |
test_isa_2_06_part1.c | 30 #include <altivec.h> [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...] |
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |
/external/opencv/cv/src/ |
cvsmooth.cpp | 520 #include <altivec.h> 572 * SSE2, MMX or Altivec, if available. 607 * of SSE2, MMX or Altivec, if available. [all...] |
/external/pixman/pixman/ |
pixman-vmx.c | 31 #include <altivec.h> [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 558 ;# Because the width that needs to be filtered will fit in a single altivec
|
loopfilter_filters_altivec.asm | 49 ;# The altivec merge instructions provide a rapid means of effecting [all...] |