Searched refs:output_vec_idx (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 425 Bool check_estimate(precision_type_t type, Bool is_rsqrte, int idx, int output_vec_idx) in check_estimate() argument 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() 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() 518 …result = (dst_dp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_DP) == (*div_result_dp & VSX_RECIP_ESTI… in check_estimate() 548 …result = (dst_sp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTI… in check_estimate()
|
D | test_isa_2_07_part2.c | 787 Bool check_reciprocal_estimate(Bool is_rsqrte, int idx, int output_vec_idx) in check_reciprocal_estimate() argument 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()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 425 Bool check_estimate(precision_type_t type, Bool is_rsqrte, int idx, int output_vec_idx) in check_estimate() argument 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() 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() 518 …result = (dst_dp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_DP) == (*div_result_dp & VSX_RECIP_ESTI… in check_estimate() 548 …result = (dst_sp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTI… in check_estimate()
|
D | test_isa_2_07_part2.c | 787 Bool check_reciprocal_estimate(Bool is_rsqrte, int idx, int output_vec_idx) in check_reciprocal_estimate() argument 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()
|