Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-logue.cc3728 int scratch_regno = ptr_regno_for_savres (SAVRES_SAVE | SAVRES_VR); in rs6000_emit_prologue() local
3729 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno); in rs6000_emit_prologue()
3731 gcc_checking_assert (scratch_regno == 11 || scratch_regno == 12); in rs6000_emit_prologue()
3733 if (scratch_regno == 12) in rs6000_emit_prologue()
4437 int scratch_regno = ptr_regno_for_savres (SAVRES_VR); in rs6000_emit_epilogue() local
4439 gcc_checking_assert (scratch_regno == 11 || scratch_regno == 12); in rs6000_emit_epilogue()
4448 frame_regno = 11 + 12 - scratch_regno; in rs6000_emit_epilogue()
4463 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno); in rs6000_emit_epilogue()
4636 int scratch_regno = ptr_regno_for_savres (SAVRES_VR); in rs6000_emit_epilogue() local
4637 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno); in rs6000_emit_epilogue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc4575 unsigned int scratch_regno; in ix86_va_start() local
4585 scratch_regno = split_stack_prologue_scratch_regno (); in ix86_va_start()
4586 if (scratch_regno != INVALID_REGNUM) in ix86_va_start()
4595 emit_move_insn (reg, gen_rtx_REG (Pmode, scratch_regno)); in ix86_va_start()
7069 unsigned int scratch_regno = INVALID_REGNUM) in choose_baseaddr() argument
7088 gcc_assert (scratch_regno != INVALID_REGNUM); in choose_baseaddr()
7090 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno); in choose_baseaddr()
9937 unsigned int scratch_regno; in ix86_expand_split_stack_prologue() local
9945 scratch_regno = split_stack_prologue_scratch_regno (); in ix86_expand_split_stack_prologue()
9946 if (scratch_regno == INVALID_REGNUM) in ix86_expand_split_stack_prologue()
[all …]