Home | History | Annotate | Download | only in ppc32

Lines Matching defs:targs

561    fp_test_args_t * targs;
891 void * targs;
1002 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1009 a_idx = targs->fra_idx;
1010 b_idx = targs->frb_idx;
1016 targs++;
1020 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1027 a_idx = targs->fra_idx;
1028 b_idx = targs->frb_idx;
1034 targs++;
1045 fp_test_args_t * targs = &test_group->targs[i];
1051 a_idx = targs->fra_idx;
1052 b_idx = targs->frb_idx;
1064 targs++;
1256 unsigned long long *dst_dw, * targs = test_group.targs;
1258 inB = (void *)&targs[i + j];
1269 printf("conv(%016llx)", targs[i + j]);
1280 unsigned int * targs = test_group.targs;
1289 inB = (void *)&targs[i + j];
1307 printf("conv(%08x)", targs[i + j]);
1437 Bool two_args = test_group.targs ? True : False;
1455 setup_dp_fp_args(&test_group.targs[i], False);
1488 setup_sp_fp_args(&test_group.targs[i], False);