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

/haiku-buildtools/legacy/gcc/gcc/
H A Drtlanal.c982 static int reg_set_last_first_regno, reg_set_last_last_regno;
1003 || last <= reg_set_last_first_regno)
1009 || first != reg_set_last_first_regno
1029 reg_set_last_first_regno = REGNO (x);
1032 = reg_set_last_first_regno
1033 + (reg_set_last_first_regno < FIRST_PSEUDO_REGISTER
1034 ? HARD_REGNO_NREGS (reg_set_last_first_regno, GET_MODE (x)) : 1);
972 static int reg_set_last_first_regno, reg_set_last_last_regno; variable

Completed in 88 milliseconds