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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c1608 active_reg_t this_reg; \
1634 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1635 this_reg++) \
1637 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1640 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1641 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1643 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1644 PUSH_FAILURE_POINTER (regend[this_reg]); \
1647 reg_info[this_reg]
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c1608 active_reg_t this_reg; \
1634 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1635 this_reg++) \
1637 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1640 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1641 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1643 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1644 PUSH_FAILURE_POINTER (regend[this_reg]); \
1647 reg_info[this_reg]
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dlocal-alloc.c2397 HARD_REG_SET this_reg;
2399 CLEAR_HARD_REG_SET (this_reg);
2401 SET_HARD_REG_BIT (this_reg, regno + j);
2406 IOR_HARD_REG_SET (regs_live_at[birth], this_reg);
2412 AND_COMPL_HARD_REG_SET (regs_live_at[birth], this_reg);
2382 HARD_REG_SET this_reg; local
H A Dglobal.c1352 HARD_REG_SET this_reg;
1363 CLEAR_HARD_REG_SET (this_reg);
1367 SET_HARD_REG_BIT (this_reg, j);
1378 IOR_HARD_REG_SET (allocno[j].hard_reg_conflicts, this_reg);
1347 HARD_REG_SET this_reg; local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c18376 rtx this_reg, tmp;
18381 this_reg = this;
18386 xops[1] = this_reg = gen_rtx_REG (Pmode, 0);
18390 this_reg = NULL_RTX;
18396 xops[1] = this_reg ? this_reg : this;
18427 xops[0] = gen_rtx_MEM (Pmode, this_reg);
18444 xops[1] = this_reg;
18452 if (this_reg && this_reg !
18345 rtx this_reg, tmp; local
[all...]

Completed in 143 milliseconds