Searched refs:dst_dp (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 460 unsigned long long * dst_dp = NULL; in check_estimate() local 464 dst_dp = (unsigned long long *) &vec_out; in check_estimate() 468 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False; in check_estimate() 469 memcpy(&res_dp, &dst_dp[output_vec_idx], 8); in check_estimate() 518 …result = (dst_dp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_DP) == (*div_result_dp & VSX_RECIP_ESTI… in check_estimate() 1052 unsigned long long * frA_dp, * frB_dp, * dst_dp; in print_vector_fp_result() local 1077 dst_dp = (unsigned long long *) &vec_out; in print_vector_fp_result() 1078 printf(" => %016llx %016llx\n", dst_dp[0], dst_dp[1]); in print_vector_fp_result() 1134 unsigned long long * frB_dp, *dst_dp; in test_vsx_one_fp_arg() local 1144 dst_dp = (unsigned long long *) &vec_out; in test_vsx_one_fp_arg() [all …]
|
D | test_isa_2_07_part2.c | 825 unsigned long long * dst_dp = NULL; in check_reciprocal_estimate() local 827 dst_dp = (unsigned long long *) &vec_out; in check_reciprocal_estimate() 831 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate() 832 memcpy(&res_dp, &dst_dp[output_vec_idx], 8); in check_reciprocal_estimate() 1072 unsigned long long *dst_dp; in test_vsx_one_fp_arg() local 1120 dst_dp = (unsigned long long *) &vec_out; in test_vsx_one_fp_arg() 1133 printf(" = %016llx", dst_dp[vec_out_idx]); in test_vsx_one_fp_arg() 1155 dst_dp = (unsigned long long *) &vec_out; in test_vsx_one_fp_arg() 1162 printf(" = %016llx", dst_dp[vec_out_idx]); in test_vsx_one_fp_arg() 1284 unsigned long long * dst_dp; in _do_load_test() local [all …]
|
D | test_isa_2_06_part2.c | 1138 unsigned long long * frA_dp, * frB_dp, * dst_dp; in print_vector_fp_result() local 1162 dst_dp = (unsigned long long *) &vec_out; in print_vector_fp_result() 1163 printf(" => %016llx %016llx\n", dst_dp[0], dst_dp[1]); in print_vector_fp_result() 1180 unsigned long long frA_dp, * dst_dp; in print_vx_aORm_fp_result() local 1213 dst_dp = (unsigned long long *) &vec_out; in print_vx_aORm_fp_result() 1214 printf(" => %016llx %016llx\n", dst_dp[0], dst_dp[1]); in print_vx_aORm_fp_result() 1474 unsigned long long * frB_dp, *dst_dp; in test_vx_vector_one_fp_arg() local 1482 dst_dp = (unsigned long long *) &vec_out; in test_vx_vector_one_fp_arg() 1489 printf(" = %016llx", convToWord ? (dst_dp[j] & 0x00000000ffffffffULL) : dst_dp[j]); in test_vx_vector_one_fp_arg()
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 460 unsigned long long * dst_dp = NULL; in check_estimate() local 464 dst_dp = (unsigned long long *) &vec_out; in check_estimate() 468 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False; in check_estimate() 469 memcpy(&res_dp, &dst_dp[output_vec_idx], 8); in check_estimate() 518 …result = (dst_dp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_DP) == (*div_result_dp & VSX_RECIP_ESTI… in check_estimate() 1052 unsigned long long * frA_dp, * frB_dp, * dst_dp; in print_vector_fp_result() local 1077 dst_dp = (unsigned long long *) &vec_out; in print_vector_fp_result() 1078 printf(" => %016llx %016llx\n", dst_dp[0], dst_dp[1]); in print_vector_fp_result() 1134 unsigned long long * frB_dp, *dst_dp; in test_vsx_one_fp_arg() local 1144 dst_dp = (unsigned long long *) &vec_out; in test_vsx_one_fp_arg() [all …]
|
D | test_isa_2_07_part2.c | 825 unsigned long long * dst_dp = NULL; in check_reciprocal_estimate() local 827 dst_dp = (unsigned long long *) &vec_out; in check_reciprocal_estimate() 831 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate() 832 memcpy(&res_dp, &dst_dp[output_vec_idx], 8); in check_reciprocal_estimate() 1072 unsigned long long *dst_dp; in test_vsx_one_fp_arg() local 1120 dst_dp = (unsigned long long *) &vec_out; in test_vsx_one_fp_arg() 1133 printf(" = %016llx", dst_dp[vec_out_idx]); in test_vsx_one_fp_arg() 1155 dst_dp = (unsigned long long *) &vec_out; in test_vsx_one_fp_arg() 1162 printf(" = %016llx", dst_dp[vec_out_idx]); in test_vsx_one_fp_arg() 1284 unsigned long long * dst_dp; in _do_load_test() local [all …]
|
D | test_isa_2_06_part2.c | 1138 unsigned long long * frA_dp, * frB_dp, * dst_dp; in print_vector_fp_result() local 1162 dst_dp = (unsigned long long *) &vec_out; in print_vector_fp_result() 1163 printf(" => %016llx %016llx\n", dst_dp[0], dst_dp[1]); in print_vector_fp_result() 1180 unsigned long long frA_dp, * dst_dp; in print_vx_aORm_fp_result() local 1213 dst_dp = (unsigned long long *) &vec_out; in print_vx_aORm_fp_result() 1214 printf(" => %016llx %016llx\n", dst_dp[0], dst_dp[1]); in print_vx_aORm_fp_result() 1474 unsigned long long * frB_dp, *dst_dp; in test_vx_vector_one_fp_arg() local 1482 dst_dp = (unsigned long long *) &vec_out; in test_vx_vector_one_fp_arg() 1489 printf(" = %016llx", convToWord ? (dst_dp[j] & 0x00000000ffffffffULL) : dst_dp[j]); in test_vx_vector_one_fp_arg()
|