Searched refs:high_reg (Results 1 – 1 of 1) sorted by relevance
1256 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument1290 high_reg = (unsigned) POP_FAILURE_INT (); \1291 DEBUG_PRINT2 (" Popping high active reg: %d\n", high_reg); \1297 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \1312 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \1318 highest_active_reg = high_reg; \