Searched refs:vdargs_x (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_07_part1.c | 876 static unsigned long long * vdargs_x = NULL; variable 888 vdargs_x = memalign16(NB_VDARGS * sizeof(unsigned long long)); in build_vdargs_table() 889 vdargs_x[0] = 0x000000007c118a2bULL; in build_vdargs_table() 890 vdargs_x[1] = 0x00000000f1112345ULL; in build_vdargs_table() 891 vdargs_x[2] = 0x01F2F3F4F5F6F7F8ULL; in build_vdargs_table() 892 vdargs_x[3] = 0xF9FAFBFCFEFDFEFFULL; in build_vdargs_table() 1435 vec_inA = (vector unsigned long long){ vdargs_x[i], vdargs_x[i+1] }; in test_av_dint_to_int_two_args() 1437 vec_inB = (vector unsigned long long){ vdargs_x[j], vdargs_x[j+1] }; in test_av_dint_to_int_two_args() 1445 vdargs_x[i], vdargs_x[i+1], in test_av_dint_to_int_two_args() 1446 vdargs_x[j], vdargs_x[j+1]); in test_av_dint_to_int_two_args()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_07_part1.c | 876 static unsigned long long * vdargs_x = NULL; variable 888 vdargs_x = memalign16(NB_VDARGS * sizeof(unsigned long long)); in build_vdargs_table() 889 vdargs_x[0] = 0x000000007c118a2bULL; in build_vdargs_table() 890 vdargs_x[1] = 0x00000000f1112345ULL; in build_vdargs_table() 891 vdargs_x[2] = 0x01F2F3F4F5F6F7F8ULL; in build_vdargs_table() 892 vdargs_x[3] = 0xF9FAFBFCFEFDFEFFULL; in build_vdargs_table() 1435 vec_inA = (vector unsigned long long){ vdargs_x[i], vdargs_x[i+1] }; in test_av_dint_to_int_two_args() 1437 vec_inB = (vector unsigned long long){ vdargs_x[j], vdargs_x[j+1] }; in test_av_dint_to_int_two_args() 1445 vdargs_x[i], vdargs_x[i+1], in test_av_dint_to_int_two_args() 1446 vdargs_x[j], vdargs_x[j+1]); in test_av_dint_to_int_two_args()
|