Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/libiberty/
Dregex.c1598 active_reg_t this_reg; \
1624 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1625 this_reg++) \
1627 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1630 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1631 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1633 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1634 PUSH_FAILURE_POINTER (regend[this_reg]); \
1637 reg_info[this_reg].word.pointer); \
1639 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
[all …]
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dregex.c1598 active_reg_t this_reg; \
1624 for (this_reg = lowest_active_reg; this_reg <= highest_active_reg; \
1625 this_reg++) \
1627 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1630 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1631 PUSH_FAILURE_POINTER (regstart[this_reg]); \
1633 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1634 PUSH_FAILURE_POINTER (regend[this_reg]); \
1637 reg_info[this_reg].word.pointer); \
1639 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
[all …]
/freebsd-10-stable/contrib/gcc/
Dlocal-alloc.c2382 HARD_REG_SET this_reg; in post_mark_life() local
2384 CLEAR_HARD_REG_SET (this_reg); in post_mark_life()
2386 SET_HARD_REG_BIT (this_reg, regno + j); in post_mark_life()
2391 IOR_HARD_REG_SET (regs_live_at[birth], this_reg); in post_mark_life()
2397 AND_COMPL_HARD_REG_SET (regs_live_at[birth], this_reg); in post_mark_life()
Dglobal.c1347 HARD_REG_SET this_reg; in find_reg() local
1358 CLEAR_HARD_REG_SET (this_reg); in find_reg()
1362 SET_HARD_REG_BIT (this_reg, j); in find_reg()
1373 IOR_HARD_REG_SET (allocno[j].hard_reg_conflicts, this_reg); in find_reg()
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c18345 rtx this_reg, tmp; in x86_output_mi_thunk() local
18350 this_reg = this; in x86_output_mi_thunk()
18355 xops[1] = this_reg = gen_rtx_REG (Pmode, 0); in x86_output_mi_thunk()
18359 this_reg = NULL_RTX; in x86_output_mi_thunk()
18365 xops[1] = this_reg ? this_reg : this; in x86_output_mi_thunk()
18396 xops[0] = gen_rtx_MEM (Pmode, this_reg); in x86_output_mi_thunk()
18413 xops[1] = this_reg; in x86_output_mi_thunk()
18421 if (this_reg && this_reg != this) in x86_output_mi_thunk()
18423 xops[0] = this_reg; in x86_output_mi_thunk()