Searched refs:frB_sp (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 1053 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local 1067 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx]; in print_vector_fp_result() 1068 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1176 unsigned int * frB_sp, * dst_sp = NULL; in test_vsx_one_fp_arg() local 1210 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vsx_one_fp_arg() 1211 printf("%s(%08x)", test_group.op, *frB_sp); in test_vsx_one_fp_arg() 1506 unsigned int * frB_sp; in test_vx_tdivORtsqrt() local 1530 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vx_tdivORtsqrt() 1531 printf("%s(%08x)", test_group.op, *frB_sp); in test_vx_tdivORtsqrt()
|
D | test_isa_2_06_part2.c | 1139 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local 1153 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx]; in print_vector_fp_result() 1154 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1494 unsigned int * frB_sp, * dst_sp; in test_vx_vector_one_fp_arg() local 1509 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vx_vector_one_fp_arg() 1510 printf("%s(%08x)", test_group.op, *frB_sp); in test_vx_vector_one_fp_arg()
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 1053 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local 1067 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx]; in print_vector_fp_result() 1068 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1176 unsigned int * frB_sp, * dst_sp = NULL; in test_vsx_one_fp_arg() local 1210 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vsx_one_fp_arg() 1211 printf("%s(%08x)", test_group.op, *frB_sp); in test_vsx_one_fp_arg() 1506 unsigned int * frB_sp; in test_vx_tdivORtsqrt() local 1530 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vx_tdivORtsqrt() 1531 printf("%s(%08x)", test_group.op, *frB_sp); in test_vx_tdivORtsqrt()
|
D | test_isa_2_06_part2.c | 1139 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local 1153 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx]; in print_vector_fp_result() 1154 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1494 unsigned int * frB_sp, * dst_sp; in test_vx_vector_one_fp_arg() local 1509 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vx_vector_one_fp_arg() 1510 printf("%s(%08x)", test_group.op, *frB_sp); in test_vx_vector_one_fp_arg()
|