Searched refs:last_reg (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c655 int last_reg; local
681 last_reg = strtol(last_reg_s, NULL, 16);
713 if (t->offset_max < last_reg)
714 t->offset_max = last_reg;
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Devergreen_cs.c1294 u32 last_reg; local
1299 last_reg = ARRAY_SIZE(cayman_reg_safe_bm);
1301 last_reg = ARRAY_SIZE(evergreen_reg_safe_bm);
1304 if (i >= last_reg) {
1964 u32 last_reg, m, i; local
1967 last_reg = ARRAY_SIZE(cayman_reg_safe_bm);
1969 last_reg = ARRAY_SIZE(evergreen_reg_safe_bm);
1972 if (i >= last_reg) {
/freebsd-10-stable/contrib/gcc/
H A Dreload1.c5629 rtx last_reg = reg_last_reload_reg[regno];
5632 i = REGNO (last_reg);
5633 i += subreg_regno_offset (i, GET_MODE (last_reg), byte, mode);
5644 if ((GET_MODE_SIZE (GET_MODE (last_reg))
5649 && !REG_CANNOT_CHANGE_MODE_P (REGNO (last_reg),
5650 GET_MODE (last_reg),
5664 last_reg)
5694 last_reg = (GET_MODE (last_reg) == mode
5695 ? last_reg
5606 rtx last_reg = reg_last_reload_reg[regno]; local
[all...]
H A Dcse.c95 quantity number. The `qty_table` members `first_reg' and `last_reg',
220 `first_reg' and `last_reg' track the head and tail of the
249 unsigned int first_reg, last_reg; member in struct:qty_table_elem
995 ent->last_reg = reg;
1021 lastr = ent->last_reg;
1061 qty_table[q].last_reg = new;
1088 ent->last_reg = p;
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c2644 unsigned int last_reg = reg_ranges[range + 1]; local
2651 while (reg <= last_reg && bufp < buf_end) {

Completed in 143 milliseconds