Home | History | Annotate | Download | only in ppc32

Lines Matching defs:targs

558    fp_test_args_t * targs;
1074 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1081 a_idx = targs->fra_idx;
1082 b_idx = targs->frb_idx;
1088 targs++;
1092 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1099 a_idx = targs->fra_idx;
1100 b_idx = targs->frb_idx;
1106 targs++;
1117 fp_test_args_t * targs = &test_group->targs[i];
1123 a_idx = targs->fra_idx;
1124 b_idx = targs->frb_idx;
1136 targs++;
1159 fp_test_args_t * targs = &test_group->targs[i];
1177 a_idx = targs->fra_idx;
1189 targs++;
1228 if (test_group.num_tests == nb_special_fargs && !test_group.targs) {
1246 fp_test_args_t aTest = test_group.targs[i];
1338 fp_test_args_t aTest = test_group.targs[i];
1375 setup_dp_fp_args(&test_group.targs[i], repeat);
1377 setup_sp_fp_args(&test_group.targs[i], repeat);
1516 setup_dp_fp_args(&test_group.targs[i], False);
1518 setup_sp_fp_args(&test_group.targs[i], False);