Searched defs:altivec (Results 1 - 6 of 6) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dcpu.h63 FLAC__bool altivec; member in struct:__anon21511
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c101 #include <altivec.h>
1069 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
1666 "PPC altivec double word integer insns (arith, compare) with two args",
1671 "PPC altivec integer word instructions with two input args, double word result",
1676 "PPC altivec doubleword-to-integer instructions with two input args, saturated integer result",
1681 "PPC altivec integer word instructions with one input arg, double word result",
1711 "PPC altivec integer logical insns with three args",
1716 "PPC altivec one vector input arg, hex result",
1721 "PPC altivec SSH insns",
1726 "PPC altivec BC
[all...]
H A Djm-insns.c148 /* Uncomment to enable many arguments for altivec insns */
151 /* Uncomment to enable many arguments for altivec insns */
242 # include <altivec.h>
4128 "PPC altivec integer arith insns with three args",
4135 "PPC altivec integer logical insns with three args",
4142 "PPC altivec integer arith insns with two args",
4149 "PPC altivec integer logical insns with two args",
4156 "PPC altivec integer logical insns with one arg",
7449 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct
7487 (family == PPC_ALTIVEC && !seln_flags.altivec) ||
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c101 #include <altivec.h>
1069 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
1666 "PPC altivec double word integer insns (arith, compare) with two args",
1671 "PPC altivec integer word instructions with two input args, double word result",
1676 "PPC altivec doubleword-to-integer instructions with two input args, saturated integer result",
1681 "PPC altivec integer word instructions with one input arg, double word result",
1711 "PPC altivec integer logical insns with three args",
1716 "PPC altivec one vector input arg, hex result",
1721 "PPC altivec SSH insns",
1726 "PPC altivec BC
[all...]
H A Djm-insns.c148 /* Uncomment to enable many arguments for altivec insns */
151 /* Uncomment to enable many arguments for altivec insns */
242 # include <altivec.h>
4128 "PPC altivec integer arith insns with three args",
4135 "PPC altivec integer logical insns with three args",
4142 "PPC altivec integer arith insns with two args",
4149 "PPC altivec integer logical insns with two args",
4156 "PPC altivec integer logical insns with one arg",
7449 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct
7487 (family == PPC_ALTIVEC && !seln_flags.altivec) ||
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c3468 "PPC altivec integer arithmetic instructions with three arguments",
3475 "PPC altivec integer logical instructions with three arguments",
3482 "PPC altivec integer arithmetic instructions with two arguments",
3489 "PPC altivec integer logical instructions with two arguments",
3496 "PPC altivec integer logical instructions with one argument",
4338 int altivec, int faltivec,
4370 (family == PPC_ALTIVEC && !altivec) ||
4487 int integer = 0, floats = 0, p405 = 0, altivec = 0, faltivec = 0; local
4522 // } else if (my_strcmp(tmp, "altivec") == 0 || my_strcmp(tmp, "a") == 0) {
4523 // altivec
4335 do_tests(int one_arg, int two_args, int three_args, int arith, int logical, int compare, int integer, int floats, int p405, int altivec, int faltivec, int cr, unsigned char *filter) argument
[all...]

Completed in 951 milliseconds