Home
last modified time | relevance | path

Searched refs:dst_sp (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/none/tests/ppc64/
Dtest_isa_2_06_part3.c461 unsigned int * dst_sp = NULL; in check_estimate() local
472 dst_sp = (unsigned int *) &vec_out; in check_estimate()
476 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False; in check_estimate()
477 memcpy(&res_sp, &dst_sp[output_vec_idx], 4); in check_estimate()
548 …result = (dst_sp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTI… in check_estimate()
1053 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local
1080 dst_sp = (unsigned int *) &vec_out; in print_vector_fp_result()
1081 printf(" => %08x %08x %08x %08x\n", dst_sp[0], dst_sp[1], dst_sp[2], dst_sp[3]); in print_vector_fp_result()
1176 unsigned int * frB_sp, * dst_sp = NULL; in test_vsx_one_fp_arg() local
1201 dst_sp = (unsigned int *) &vec_out; in test_vsx_one_fp_arg()
[all …]
Dtest_isa_2_06_part2.c1139 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local
1165 dst_sp = (unsigned int *) &vec_out; in print_vector_fp_result()
1166 printf(" => %08x %08x %08x %08x\n", dst_sp[0], dst_sp[1], dst_sp[2], dst_sp[3]); in print_vector_fp_result()
1181 unsigned int frA_sp, * dst_sp; in print_vx_aORm_fp_result() local
1216 dst_sp = (unsigned int *) &vec_out; in print_vx_aORm_fp_result()
1217 printf(" => %08x %08x %08x %08x\n", dst_sp[0], dst_sp[1], dst_sp[2], dst_sp[3]); in print_vx_aORm_fp_result()
1494 unsigned int * frB_sp, * dst_sp; in test_vx_vector_one_fp_arg() local
1503 dst_sp = (unsigned int *) &vec_out; in test_vx_vector_one_fp_arg()
1514 memcpy(&sp_res, &dst_sp[j], 4); in test_vx_vector_one_fp_arg()
1523 printf(" = %08x", dst_sp[j]); in test_vx_vector_one_fp_arg()
Dtest_isa_2_07_part2.c882 unsigned int * dst_sp = (unsigned int *)&res_sp; in check_reciprocal_estimate() local
887 *calc_diff_tmp_sp, *div_result_sp, *dst_sp); in check_reciprocal_estimate()
889 … result = (*dst_sp & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTIMATE_MASK_SP); in check_reciprocal_estimate()
1073 unsigned int * dst_sp; in test_vsx_one_fp_arg() local
1122 dst_sp = (unsigned int *) &vec_out; in test_vsx_one_fp_arg()
1135 printf(" = %08x", dst_sp[vec_out_idx]); in test_vsx_one_fp_arg()
1157 dst_sp = (unsigned int *) &vec_out; in test_vsx_one_fp_arg()
1164 printf(" = %08x", dst_sp[vec_out_idx]); in test_vsx_one_fp_arg()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part3.c461 unsigned int * dst_sp = NULL; in check_estimate() local
472 dst_sp = (unsigned int *) &vec_out; in check_estimate()
476 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False; in check_estimate()
477 memcpy(&res_sp, &dst_sp[output_vec_idx], 4); in check_estimate()
548 …result = (dst_sp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTI… in check_estimate()
1053 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local
1080 dst_sp = (unsigned int *) &vec_out; in print_vector_fp_result()
1081 printf(" => %08x %08x %08x %08x\n", dst_sp[0], dst_sp[1], dst_sp[2], dst_sp[3]); in print_vector_fp_result()
1176 unsigned int * frB_sp, * dst_sp = NULL; in test_vsx_one_fp_arg() local
1201 dst_sp = (unsigned int *) &vec_out; in test_vsx_one_fp_arg()
[all …]
Dtest_isa_2_06_part2.c1139 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local
1165 dst_sp = (unsigned int *) &vec_out; in print_vector_fp_result()
1166 printf(" => %08x %08x %08x %08x\n", dst_sp[0], dst_sp[1], dst_sp[2], dst_sp[3]); in print_vector_fp_result()
1181 unsigned int frA_sp, * dst_sp; in print_vx_aORm_fp_result() local
1216 dst_sp = (unsigned int *) &vec_out; in print_vx_aORm_fp_result()
1217 printf(" => %08x %08x %08x %08x\n", dst_sp[0], dst_sp[1], dst_sp[2], dst_sp[3]); in print_vx_aORm_fp_result()
1494 unsigned int * frB_sp, * dst_sp; in test_vx_vector_one_fp_arg() local
1503 dst_sp = (unsigned int *) &vec_out; in test_vx_vector_one_fp_arg()
1514 memcpy(&sp_res, &dst_sp[j], 4); in test_vx_vector_one_fp_arg()
1523 printf(" = %08x", dst_sp[j]); in test_vx_vector_one_fp_arg()
Dtest_isa_2_07_part2.c882 unsigned int * dst_sp = (unsigned int *)&res_sp; in check_reciprocal_estimate() local
887 *calc_diff_tmp_sp, *div_result_sp, *dst_sp); in check_reciprocal_estimate()
889 … result = (*dst_sp & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTIMATE_MASK_SP); in check_reciprocal_estimate()
1073 unsigned int * dst_sp; in test_vsx_one_fp_arg() local
1122 dst_sp = (unsigned int *) &vec_out; in test_vsx_one_fp_arg()
1135 printf(" = %08x", dst_sp[vec_out_idx]); in test_vsx_one_fp_arg()
1157 dst_sp = (unsigned int *) &vec_out; in test_vsx_one_fp_arg()
1164 printf(" = %08x", dst_sp[vec_out_idx]); in test_vsx_one_fp_arg()