Home
last modified time | relevance | path

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

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