/external/clang/test/Headers/ |
altivec-header.c | 5 #include <altivec.h> 7 // Verify that simply including <altivec.h> does not generate any code
|
altivec-intrin.c | 4 // Test special behavior of Altivec intrinsics in this file. 6 #include <altivec.h> 16 // hard-code the line number from altivec.h here. 17 // expected-note@altivec.h:* {{deprecated here}} 18 // expected-note@altivec.h:* {{deprecated here}}
|
/external/libunwind/tests/ |
ppc64-test-altivec-utils.c | 2 #include <altivec.h>
|
ppc64-test-altivec.c | 8 #include <altivec.h>
|
/external/clang/test/CodeGen/ |
builtins-ppc-crypto-disabled.c | 14 #include <altivec.h> 24 // users through altivec.h
|
builtins-ppc-crypto.c | 9 #include <altivec.h> 33 // CHECK: @llvm.ppc.altivec.crypto.vpmsumb 42 // CHECK: @llvm.ppc.altivec.crypto.vpmsumh 51 // CHECK: @llvm.ppc.altivec.crypto.vpmsumw 60 // CHECK: @llvm.ppc.altivec.crypto.vpmsumd 68 // CHECK: @llvm.ppc.altivec.crypto.vsbox 78 // CHECK: @llvm.ppc.altivec.crypto.vpermxor 88 // CHECK: @llvm.ppc.altivec.crypto.vpermxor 98 // CHECK: @llvm.ppc.altivec.crypto.vpermxor 108 // CHECK: @llvm.ppc.altivec.crypto.vpermxo [all...] |
/external/clang/test/Sema/ |
builtins-ppc.c | 26 #include <altivec.h>
|
/external/jemalloc/test/include/test/ |
jemalloc_test.h | 62 # include <altivec.h>
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_cpuinfo.h | 48 #include <altivec.h> 98 * This function returns true if the CPU has AltiVec features.
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_cpuinfo.h | 48 #include <altivec.h> 98 * This function returns true if the CPU has AltiVec features.
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_cpuinfo.h | 48 #include <altivec.h> 98 * This function returns true if the CPU has AltiVec features.
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_cpuinfo.h | 48 #include <altivec.h> 98 * This function returns true if the CPU has AltiVec features.
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btQuadWord.h | 27 #include <altivec.h>
|
/external/valgrind/none/tests/ppc64/ |
test_isa_2_07_part1.c | 101 #include <altivec.h> 120 * According to the AltiVec section of the GCC manual, the syntax does 250 PPC_ALTIVECD = 0x00060000, /* double word Altivec tests */ 1116 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct [all...] |
test_isa_2_07_part2.c | 34 #include <altivec.h> [all...] |
/external/valgrind/none/tests/ppc32/ |
jm-insns.c | 148 /* Uncomment to enable many arguments for altivec insns */ 151 /* Uncomment to enable many arguments for altivec insns */ 177 * According to the AltiVec section of the GCC manual, the syntax does 242 # include <altivec.h> 7470 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct [all...] |
test_isa_2_06_part1.c | 30 #include <altivec.h> [all...] |
test_isa_2_06_part2.c | 30 #include <altivec.h> [all...] |
test_isa_2_06_part3.c | 30 #include <altivec.h> [all...] |
/external/valgrind/VEX/switchback/ |
test_ppc_jm1.c | 4485 int integer = 0, floats = 0, p405 = 0, altivec = 0, faltivec = 0; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
configure.sh | 1015 soft_enable altivec 1016 enabled altivec && add_cflags -maltivec 1028 enabled altivec && add_cflags -faltivec [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/opencv3/3rdparty/include/opencl/1.2/CL/ |
cl_platform.h | 334 #include <altivec.h> /* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */ [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...] |