Searched refs:altivec (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/test/Headers/
H A Daltivec-header.c5 #include <altivec.h>
7 // Verify that simply including <altivec.h> does not generate any code
H A Daltivec-intrin.c6 #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/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
H A DMakefile10 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
H A Dcontext_switch.c29 #include <altivec.h>
364 { "no-altivec", no_argument, &touch_altivec, 0 },
379 fprintf(stderr, "\t\t--no-altivec\tDon't touch altivec\n");
453 printf(" on cpus %d/%d touching FP:%s altivec:%s vector:%s vdso:%s\n",
/external/libunwind/tests/
H A Dppc64-test-altivec-utils.c2 #include <altivec.h>
H A Dppc64-test-altivec.c8 #include <altivec.h>
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-crypto-disabled.c14 #include <altivec.h>
24 // users through altivec.h
H A Dbuiltins-ppc-quadword.c11 #include <altivec.h>
51 // CHECK: @llvm.ppc.altivec.vaddeuqm
52 // CHECK-LE: @llvm.ppc.altivec.vaddeuqm
56 // CHECK: @llvm.ppc.altivec.vaddeuqm
57 // CHECK-LE: @llvm.ppc.altivec.vaddeuqm
62 // CHECK: @llvm.ppc.altivec.vaddcuq
63 // CHECK-LE: @llvm.ppc.altivec.vaddcuq
67 // CHECK: @llvm.ppc.altivec.vaddcuq
68 // CHECK-LE: @llvm.ppc.altivec.vaddcuq
74 // CHECK: @llvm.ppc.altivec
[all...]
H A Dbuiltins-ppc-crypto.c9 #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
[all...]
/external/clang/test/Sema/
H A Dbuiltins-ppc.c26 #include <altivec.h>
/external/clang/lib/Headers/
H A Dmodule.modulemap25 explicit module altivec {
26 requires altivec
27 header "altivec.h"
/external/jemalloc/test/include/test/
H A Djemalloc_test.h29 # include <altivec.h>
/external/linux-kselftest/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c12 #include <altivec.h>
H A Dvmx_signal.c24 #include <altivec.h>
/external/linux-kselftest/tools/testing/selftests/powerpc/signal/
H A Dsignal.c20 #include <altivec.h>
H A Dsignal_tm.c19 #include <altivec.h>
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c29 #include <altivec.h>
H A Dtm-signal-context-chk-gpr.c29 #include <altivec.h>
H A Dtm-signal-context-chk-vmx.c30 #include <altivec.h>
H A Dtm-signal-context-chk-vsx.c30 #include <altivec.h>
/external/libjpeg-turbo/simd/
H A Djsimd_altivec.h30 #include <altivec.h>
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dtypes_vsx.h14 #include <altivec.h>
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c101 #include <altivec.h>
1123 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
1813 "PPC altivec double word integer insns (arith, compare) with two args",
1818 "PPC altivec integer word instructions with two input args, double word result",
1823 "PPC altivec doubleword-to-integer instructions with two input args, saturated integer result",
1828 "PPC altivec integer word instructions with one input arg, double word result",
1858 "PPC altivec integer logical insns with three args",
1863 "PPC altivec one vector input arg, hex result",
1868 "PPC altivec SSH insns",
1873 "PPC altivec BC
[all...]
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c101 #include <altivec.h>
1123 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
1813 "PPC altivec double word integer insns (arith, compare) with two args",
1818 "PPC altivec integer word instructions with two input args, double word result",
1823 "PPC altivec doubleword-to-integer instructions with two input args, saturated integer result",
1828 "PPC altivec integer word instructions with one input arg, double word result",
1858 "PPC altivec integer logical insns with three args",
1863 "PPC altivec one vector input arg, hex result",
1868 "PPC altivec SSH insns",
1873 "PPC altivec BC
[all...]
/external/clang/test/Parser/
H A Dcxx-altivec.cpp4 #include <altivec.h>
108 // Check some casting between gcc and altivec vectors.

Completed in 643 milliseconds

12