Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c2097 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); local
2103 if (!reg_overlap_mentioned_p (high_reg, addr))
2117 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); local
2123 if (!reg_overlap_mentioned_p (high_reg, addr))
2144 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); local
2150 if (!reg_overlap_mentioned_p (high_reg, addr))
2171 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); local
2177 if (!reg_overlap_mentioned_p (high_reg, addr))
2199 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); local
2201 if (!reg_overlap_mentioned_p (high_reg, addr))
[all …]
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c2255 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); in output_move_double() local
2261 gcc_assert (!reg_overlap_mentioned_p (high_reg, addr)); in output_move_double()
2272 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); in output_move_double() local
2278 gcc_assert (!reg_overlap_mentioned_p (high_reg, addr)); in output_move_double()
2295 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); in output_move_double() local
2301 if (!reg_overlap_mentioned_p (high_reg, addr)) in output_move_double()
2322 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); in output_move_double() local
2328 if (!reg_overlap_mentioned_p (high_reg, addr)) in output_move_double()
2351 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); in output_move_double() local
2353 if (!reg_overlap_mentioned_p (high_reg, addr)) in output_move_double()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c1302 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument
1336 high_reg = (active_reg_t) POP_FAILURE_INT (); \
1337 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \
1343 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \
1359 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
1365 highest_active_reg = high_reg; \
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.c1403 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument
1437 high_reg = (unsigned) POP_FAILURE_INT (); \
1438 DEBUG_PRINT2 (" Popping high active reg: %d\n", high_reg); \
1444 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \
1459 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
1465 highest_active_reg = high_reg; \
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c1710 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument
1744 high_reg = (active_reg_t) POP_FAILURE_INT (); \
1745 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \
1751 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \
1767 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
1773 highest_active_reg = high_reg; \