Searched refs:hex_fpscr_out (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/none/tests/ppc32/
H A Dtest_dfp1.c398 unsigned long long * hex_fpscr_out = (unsigned long long *)&fpscr_out; local
419 *hex_fpscr_out &= (max_rm - 1) << shift;
422 *hex_fpscr_out &= BFP_MAX_RM | ((max_rm - 1) << shift);
428 *hex_fpscr_out, expected_val,
429 (expected_val == *hex_fpscr_out) ? "yes" : "no");
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp1.c398 unsigned long long * hex_fpscr_out = (unsigned long long *)&fpscr_out; local
419 *hex_fpscr_out &= (max_rm - 1) << shift;
422 *hex_fpscr_out &= BFP_MAX_RM | ((max_rm - 1) << shift);
428 *hex_fpscr_out, expected_val,
429 (expected_val == *hex_fpscr_out) ? "yes" : "no");

Completed in 747 milliseconds