Searched refs:frB_sp (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 1058 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local 1072 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx]; in print_vector_fp_result() 1073 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1181 unsigned int * frB_sp, * dst_sp = NULL; in test_vsx_one_fp_arg() local 1215 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vsx_one_fp_arg() 1216 printf("%s(%08x)", test_group.op, *frB_sp); in test_vsx_one_fp_arg() 1511 unsigned int * frB_sp; in test_vx_tdivORtsqrt() local 1535 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vx_tdivORtsqrt() 1536 printf("%s(%08x)", test_group.op, *frB_sp); in test_vx_tdivORtsqrt()
|
D | test_isa_2_06_part2.c | 1144 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local 1158 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx]; in print_vector_fp_result() 1159 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1499 unsigned int * frB_sp, * dst_sp; in test_vx_vector_one_fp_arg() local 1514 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vx_vector_one_fp_arg() 1515 printf("%s(%08x)", test_group.op, *frB_sp); in test_vx_vector_one_fp_arg()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 1058 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local 1072 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx]; in print_vector_fp_result() 1073 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1181 unsigned int * frB_sp, * dst_sp = NULL; in test_vsx_one_fp_arg() local 1215 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vsx_one_fp_arg() 1216 printf("%s(%08x)", test_group.op, *frB_sp); in test_vsx_one_fp_arg() 1511 unsigned int * frB_sp; in test_vx_tdivORtsqrt() local 1535 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vx_tdivORtsqrt() 1536 printf("%s(%08x)", test_group.op, *frB_sp); in test_vx_tdivORtsqrt()
|
D | test_isa_2_06_part2.c | 1144 unsigned int * frA_sp, *frB_sp, * dst_sp; in print_vector_fp_result() local 1158 frB_sp = (unsigned int *)&spec_sp_fargs[b_idx]; in print_vector_fp_result() 1159 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1499 unsigned int * frB_sp, * dst_sp; in test_vx_vector_one_fp_arg() local 1514 frB_sp = (unsigned int *)&spec_sp_fargs[i + j]; in test_vx_vector_one_fp_arg() 1515 printf("%s(%08x)", test_group.op, *frB_sp); in test_vx_vector_one_fp_arg()
|