Searched refs:vdargs (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_07_part1.c | 875 static unsigned long long * vdargs = NULL; variable 882 vdargs = memalign16(NB_VDARGS * sizeof(unsigned long long)); in build_vdargs_table() 883 vdargs[0] = 0x0102030405060708ULL; in build_vdargs_table() 884 vdargs[1] = 0x090A0B0C0E0D0E0FULL; in build_vdargs_table() 885 vdargs[2] = 0xF1F2F3F4F5F6F7F8ULL; in build_vdargs_table() 886 vdargs[3] = 0xF9FAFBFCFEFDFEFFULL; in build_vdargs_table() 1167 vec_inA = (vector unsigned long long){ 0ULL, vdargs[i] }; in mfvs() 1169 vec_inA = (vector unsigned long long){ vdargs[i], 0ULL }; in mfvs() 1173 printf("%s: %016llx => %016llx\n", name, vdargs[i], result); in mfvs() 1187 r14 = vdargs[i]; in mtvs() [all …]
|
D | test_isa_2_07_part2.c | 351 static unsigned long long vdargs[] __attribute__ ((aligned (16))) = { variable 357 #define NUM_VDARGS_INTS (sizeof vdargs/sizeof vdargs[0]) 1360 inB = (unsigned long long *)&vdargs[i]; in test_xs_conv_ops() 1370 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, vdargs[i], *dst); in test_xs_conv_ops()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_07_part1.c | 875 static unsigned long long * vdargs = NULL; variable 882 vdargs = memalign16(NB_VDARGS * sizeof(unsigned long long)); in build_vdargs_table() 883 vdargs[0] = 0x0102030405060708ULL; in build_vdargs_table() 884 vdargs[1] = 0x090A0B0C0E0D0E0FULL; in build_vdargs_table() 885 vdargs[2] = 0xF1F2F3F4F5F6F7F8ULL; in build_vdargs_table() 886 vdargs[3] = 0xF9FAFBFCFEFDFEFFULL; in build_vdargs_table() 1167 vec_inA = (vector unsigned long long){ 0ULL, vdargs[i] }; in mfvs() 1169 vec_inA = (vector unsigned long long){ vdargs[i], 0ULL }; in mfvs() 1173 printf("%s: %016llx => %016llx\n", name, vdargs[i], result); in mfvs() 1187 r14 = vdargs[i]; in mtvs() [all …]
|
D | test_isa_2_07_part2.c | 351 static unsigned long long vdargs[] __attribute__ ((aligned (16))) = { variable 357 #define NUM_VDARGS_INTS (sizeof vdargs/sizeof vdargs[0]) 1360 inB = (unsigned long long *)&vdargs[i]; in test_xs_conv_ops() 1370 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, vdargs[i], *dst); in test_xs_conv_ops()
|