Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDflow.c2736 int regno_first = -1, regno_last = -1; in mark_set_1() local
2774 regno_last = regno_first = REGNO (reg); in mark_set_1()
2775 if (regno_first < FIRST_PSEUDO_REGISTER) in mark_set_1()
2776 regno_last += hard_regno_nregs[regno_first][GET_MODE (reg)] - 1; in mark_set_1()
2788 regno_last = regno_first = REGNO (SUBREG_REG (reg)); in mark_set_1()
2789 if (regno_first < FIRST_PSEUDO_REGISTER) in mark_set_1()
2791 regno_first += subreg_regno_offset (regno_first, inner_mode, in mark_set_1()
2794 regno_last = (regno_first in mark_set_1()
2795 + hard_regno_nregs[regno_first][outer_mode] - 1); in mark_set_1()
2801 reg = gen_rtx_REG (outer_mode, regno_first); in mark_set_1()
[all …]
HDdf-scan.c1563 int regno_first; in df_insn_refs_record() local
1566 regno_last = regno_first = REGNO (reg); in df_insn_refs_record()
1567 if (regno_first < FIRST_PSEUDO_REGISTER) in df_insn_refs_record()
1569 += hard_regno_nregs[regno_first][GET_MODE (reg)] - 1; in df_insn_refs_record()
1570 for (i = regno_first; i <= regno_last; i++) in df_insn_refs_record()
HDChangeLog-200020736 callers. Track regno_first and regno_last; do HARD_REGNO_NREGS