Home
last modified time | relevance | path

Searched refs:this_group (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dbt-load.c271 btr_def_group this_group; in find_btr_def_group() local
276 for (this_group = *all_btr_def_groups; in find_btr_def_group()
277 this_group != NULL; in find_btr_def_group()
278 this_group = this_group->next) in find_btr_def_group()
279 if (rtx_equal_p (def_src, this_group->src)) in find_btr_def_group()
282 if (!this_group) in find_btr_def_group()
284 this_group = obstack_alloc (&migrate_btrl_obstack, in find_btr_def_group()
286 this_group->src = def_src; in find_btr_def_group()
287 this_group->members = NULL; in find_btr_def_group()
288 this_group->next = *all_btr_def_groups; in find_btr_def_group()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/
Dia64.c5419 struct group *this_group = last_group + group_idx; local
5458 SET_HARD_REG_BIT (this_group->p_reg_set, REGNO (SET_DEST (set)));
5475 SET_HARD_REG_BIT (this_group->gr_reg_conditionally_set, REGNO (SET_DEST (set)));
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-ia64.c5859 struct group *this_group = md.last_groups + md.group_idx; local
5874 this_group->p_reg_set[regno] = 1;
5895 this_group->g_reg_set_conditionally[regno] = 1;