Home | History | Annotate | Download | only in ppc32

Lines Matching defs:targs

567    fp_test_args_t * targs;
897 void * targs;
1008 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1015 a_idx = targs->fra_idx;
1016 b_idx = targs->frb_idx;
1022 targs++;
1026 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1033 a_idx = targs->fra_idx;
1034 b_idx = targs->frb_idx;
1040 targs++;
1051 fp_test_args_t * targs = &test_group->targs[i];
1057 a_idx = targs->fra_idx;
1058 b_idx = targs->frb_idx;
1070 targs++;
1273 unsigned long long *dst_dw, * targs = test_group.targs;
1275 inB = (void *)&targs[i + j];
1286 printf("conv(%016llx)", targs[i + j]);
1297 unsigned int * targs = test_group.targs;
1303 inB = (void *)&targs[i + j];
1325 printf("conv(%08x)", targs[i + j]);
1455 Bool two_args = test_group.targs ? True : False;
1473 setup_dp_fp_args(&test_group.targs[i], False);
1508 setup_sp_fp_args(&test_group.targs[i], False);