Searched refs:next_reg (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Ddf.h386 union df_ref_d *next_reg; /* Next ref with same regno and type. */ member in struct:df_base_ref
680 #define DF_REF_NEXT_REG(REF) ((REF)->base.next_reg)
/haiku-buildtools/gcc/gcc/config/rx/
H A Drx.c1110 unsigned int next_reg;
1139 next_reg = (bytes_so_far / UNITS_PER_WORD) + 1;
1141 return gen_rtx_REG (mode, next_reg);
1106 unsigned int next_reg; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-metag.c1367 unsigned int next_bit, next_reg; local
1372 next_reg = ((regs[i]->no / 2) - ((*lowest_reg / 2) + 1));
1374 next_reg = (regs[i]->no - (*lowest_reg + 1));
1376 next_bit = (1 << next_reg);
H A Dtc-xtensa.c2071 unsigned int next_reg = 0;
2108 if (next_reg
2111 next_reg++;
2123 next_reg = tok->X_add_number + 1;
2148 if (num_regs > 0 && ((int) next_reg != last_tok->X_add_number + 1))
2067 unsigned int next_reg = 0; local
/haiku-buildtools/gcc/gcc/config/frv/
H A Dfrv.c189 int next_reg[N_REG_CLASSES]; /* next register to allocate per class */ member in struct:frv_tmp_reg_struct
1526 int regno = info->next_reg[ (int)rclass ];
1547 info->next_reg[ (int)rclass ] = regno + nr;
5591 frv_ifcvt.tmp_reg.next_reg[ (int)cr_class ] = cr_regno;
5595 frv_ifcvt.tmp_reg.next_reg[ (int)cc_class ] = cc_regno;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c1943 unsigned int next_reg = 0;
1980 if (next_reg
1983 next_reg++;
1995 next_reg = tok->X_add_number + 1;
2019 if (num_regs > 0 && ((int) next_reg != last_tok->X_add_number + 1))
1939 unsigned int next_reg = 0; local

Completed in 271 milliseconds