Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c1626 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1651 DEBUG_PRINT2 (" Pushing low active reg: %ld\n", lowest_active_reg);\
1652 PUSH_FAILURE_INT (lowest_active_reg); \
1692 ? 0 : highest_active_reg - lowest_active_reg + 1) \
1828 for (r = lowest_active_reg; r <= highest_active_reg; r++) \
5617 active_reg_t lowest_active_reg = NO_LOWEST_ACTIVE_REG; in wcs_re_match_2_internal() local
6614 if (lowest_active_reg == NO_LOWEST_ACTIVE_REG) in wcs_re_match_2_internal()
6615 lowest_active_reg = *p; in wcs_re_match_2_internal()
6653 if (lowest_active_reg == highest_active_reg) in wcs_re_match_2_internal()
6655 lowest_active_reg = NO_LOWEST_ACTIVE_REG; in wcs_re_match_2_internal()
[all …]