Home | History | Annotate | Download | only in ppc32

Lines Matching defs:targs

535    fp_test_args_t * targs;
1051 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1058 a_idx = targs->fra_idx;
1059 b_idx = targs->frb_idx;
1065 targs++;
1069 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs)
1076 a_idx = targs->fra_idx;
1077 b_idx = targs->frb_idx;
1083 targs++;
1094 fp_test_args_t * targs = &test_group->targs[i];
1100 a_idx = targs->fra_idx;
1101 b_idx = targs->frb_idx;
1113 targs++;
1136 fp_test_args_t * targs = &test_group->targs[i];
1154 a_idx = targs->fra_idx;
1166 targs++;
1205 if (test_group.num_tests == nb_special_fargs && !test_group.targs) {
1223 fp_test_args_t aTest = test_group.targs[i];
1315 fp_test_args_t aTest = test_group.targs[i];
1352 setup_dp_fp_args(&test_group.targs[i], repeat);
1354 setup_sp_fp_args(&test_group.targs[i], repeat);
1493 setup_dp_fp_args(&test_group.targs[i], False);
1495 setup_sp_fp_args(&test_group.targs[i], False);