Searched refs:vdargs (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c875 static unsigned long long * vdargs = NULL; variable
882 vdargs = memalign16(NB_VDARGS * sizeof(unsigned long long));
883 vdargs[0] = 0x0102030405060708ULL;
884 vdargs[1] = 0x090A0B0C0E0D0E0FULL;
885 vdargs[2] = 0xF1F2F3F4F5F6F7F8ULL;
886 vdargs[3] = 0xF9FAFBFCFEFDFEFFULL;
1167 vec_inA = (vector unsigned long long){ 0ULL, vdargs[i] };
1169 vec_inA = (vector unsigned long long){ vdargs[i], 0ULL };
1173 printf("%s: %016llx => %016llx\n", name, vdargs[i], result);
1187 r14 = vdargs[
[all...]
H A Dtest_isa_2_07_part2.c351 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];
1370 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, vdargs[i], *dst);
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c875 static unsigned long long * vdargs = NULL; variable
882 vdargs = memalign16(NB_VDARGS * sizeof(unsigned long long));
883 vdargs[0] = 0x0102030405060708ULL;
884 vdargs[1] = 0x090A0B0C0E0D0E0FULL;
885 vdargs[2] = 0xF1F2F3F4F5F6F7F8ULL;
886 vdargs[3] = 0xF9FAFBFCFEFDFEFFULL;
1167 vec_inA = (vector unsigned long long){ 0ULL, vdargs[i] };
1169 vec_inA = (vector unsigned long long){ vdargs[i], 0ULL };
1173 printf("%s: %016llx => %016llx\n", name, vdargs[i], result);
1187 r14 = vdargs[
[all...]
H A Dtest_isa_2_07_part2.c351 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];
1370 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, vdargs[i], *dst);

Completed in 90 milliseconds