/external/valgrind/none/tests/ppc32/ |
H A D | test_isa_2_07_part1.c | 101 #include <altivec.h> 1116 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct 1806 "PPC altivec double word integer insns (arith, compare) with two args", 1811 "PPC altivec integer word instructions with two input args, double word result", 1816 "PPC altivec doubleword-to-integer instructions with two input args, saturated integer result", 1821 "PPC altivec integer word instructions with one input arg, double word result", 1851 "PPC altivec integer logical insns with three args", 1856 "PPC altivec one vector input arg, hex result", 1861 "PPC altivec SSH insns", 1866 "PPC altivec BC [all...] |
H A D | jm-insns.c | 148 /* Uncomment to enable many arguments for altivec insns */ 151 /* Uncomment to enable many arguments for altivec insns */ 242 # include <altivec.h> 4139 "PPC altivec integer arith insns with three args", 4146 "PPC altivec integer logical insns with three args", 4153 "PPC altivec integer arith insns with two args", 4160 "PPC altivec integer logical insns with two args", 4167 "PPC altivec integer logical insns with one arg", 7470 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct 7508 (family == PPC_ALTIVEC && !seln_flags.altivec) || [all...] |
/external/valgrind/none/tests/ppc64/ |
H A D | test_isa_2_07_part1.c | 101 #include <altivec.h> 1116 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct 1806 "PPC altivec double word integer insns (arith, compare) with two args", 1811 "PPC altivec integer word instructions with two input args, double word result", 1816 "PPC altivec doubleword-to-integer instructions with two input args, saturated integer result", 1821 "PPC altivec integer word instructions with one input arg, double word result", 1851 "PPC altivec integer logical insns with three args", 1856 "PPC altivec one vector input arg, hex result", 1861 "PPC altivec SSH insns", 1866 "PPC altivec BC [all...] |
H A D | jm-insns.c | 148 /* Uncomment to enable many arguments for altivec insns */ 151 /* Uncomment to enable many arguments for altivec insns */ 242 # include <altivec.h> 4139 "PPC altivec integer arith insns with three args", 4146 "PPC altivec integer logical insns with three args", 4153 "PPC altivec integer arith insns with two args", 4160 "PPC altivec integer logical insns with two args", 4167 "PPC altivec integer logical insns with one arg", 7470 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct 7508 (family == PPC_ALTIVEC && !seln_flags.altivec) || [all...] |
/external/valgrind/VEX/switchback/ |
H A D | test_ppc_jm1.c | 3466 "PPC altivec integer arithmetic instructions with three arguments", 3473 "PPC altivec integer logical instructions with three arguments", 3480 "PPC altivec integer arithmetic instructions with two arguments", 3487 "PPC altivec integer logical instructions with two arguments", 3494 "PPC altivec integer logical instructions with one argument", 4336 int altivec, int faltivec, 4368 (family == PPC_ALTIVEC && !altivec) || 4485 int integer = 0, floats = 0, p405 = 0, altivec = 0, faltivec = 0; local 4520 // } else if (my_strcmp(tmp, "altivec") == 0 || my_strcmp(tmp, "a") == 0) { 4521 // altivec 4333 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...] |