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

  /external/libjpeg-turbo/simd/
jsimd_powerpc.c 93 if (check_feature(buffer, "altivec"))
116 uint32 altivec = 0; local
119 int altivec; local
120 size_t len = sizeof(altivec);
137 IExec->GetCPUInfoTags(GCIT_VectorUnit, &altivec, TAG_DONE);
138 if(altivec == VECTORTYPE_ALTIVEC)
141 if (sysctl(mib, 2, &altivec, &len, NULL, 0) == 0 && altivec != 0)
  /external/valgrind/none/tests/ppc32/
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 */
1123 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
    [all...]
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...]
  /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 */
1123 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
    [all...]
test_isa_3_0.c 104 #include <altivec.h> // vector
3814 unsigned int integer, altivec, altivec_quad, altivec_double, dfp, bcd, misc, mffs, member in struct:insn_sel_flags_t_struct
    [all...]
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...]

Completed in 646 milliseconds