HomeSort by relevance Sort by last modified time
    Searched refs:dst_sp (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 455 unsigned int * dst_sp = NULL; local
466 dst_sp = (unsigned int *) &vec_out;
470 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False;
471 memcpy(&res_sp, &dst_sp[output_vec_idx], 4);
542 result = (dst_sp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTIMATE_MASK_SP);
1047 unsigned int * frA_sp, *frB_sp, * dst_sp; local
1166 unsigned int * frB_sp, * dst_sp = NULL; local
1279 unsigned int * dst_sp = NULL; local
    [all...]
test_isa_2_06_part2.c 1119 unsigned int * frA_sp, *frB_sp, * dst_sp; local
1161 unsigned int frA_sp, * dst_sp; local
1454 unsigned int * frB_sp, * dst_sp; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 866 unsigned int * dst_sp = (unsigned int *)&res_sp; local
871 *calc_diff_tmp_sp, *div_result_sp, *dst_sp);
873 result = (*dst_sp & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTIMATE_MASK_SP);
1042 unsigned int * dst_sp; local
    [all...]

Completed in 49 milliseconds