Searched refs:scratch_regno (Results 1 – 2 of 2) sorted by relevance
3728 int scratch_regno = ptr_regno_for_savres (SAVRES_SAVE | SAVRES_VR); in rs6000_emit_prologue() local3729 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() local4439 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() local4637 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno); in rs6000_emit_epilogue()
4575 unsigned int scratch_regno; in ix86_va_start() local4585 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() argument7088 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() local9945 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 …]