Searched refs:scratch_regno (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c3693 int scratch_regno = ptr_regno_for_savres (SAVRES_SAVE | SAVRES_VR);
3694 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno);
3696 gcc_checking_assert (scratch_regno == 11 || scratch_regno == 12);
3698 if (scratch_regno == 12)
4402 int scratch_regno = ptr_regno_for_savres (SAVRES_VR);
4404 gcc_checking_assert (scratch_regno == 11 || scratch_regno == 12);
4413 frame_regno = 11 + 12 - scratch_regno;
4428 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno);
3689 int scratch_regno = ptr_regno_for_savres (SAVRES_SAVE | SAVRES_VR); local
4398 int scratch_regno = ptr_regno_for_savres (SAVRES_VR); local
4597 int scratch_regno = ptr_regno_for_savres (SAVRES_VR); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc3732 int scratch_regno = ptr_regno_for_savres (SAVRES_SAVE | SAVRES_VR);
3733 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno);
3735 gcc_checking_assert (scratch_regno == 11 || scratch_regno == 12);
3737 if (scratch_regno == 12)
4441 int scratch_regno = ptr_regno_for_savres (SAVRES_VR);
4443 gcc_checking_assert (scratch_regno == 11 || scratch_regno == 12);
4452 frame_regno = 11 + 12 - scratch_regno;
4467 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno);
3728 int scratch_regno = ptr_regno_for_savres (SAVRES_SAVE | SAVRES_VR); local
4437 int scratch_regno = ptr_regno_for_savres (SAVRES_VR); local
4636 int scratch_regno = ptr_regno_for_savres (SAVRES_VR); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c4163 unsigned int scratch_regno;
4173 scratch_regno = split_stack_prologue_scratch_regno ();
4174 if (scratch_regno != INVALID_REGNUM)
4183 emit_move_insn (reg, gen_rtx_REG (Pmode, scratch_regno));
6594 unsigned int scratch_regno = INVALID_REGNUM)
6613 gcc_assert (scratch_regno != INVALID_REGNUM);
6615 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno);
9540 unsigned int scratch_regno;
9548 scratch_regno = split_stack_prologue_scratch_regno ();
9549 if (scratch_regno
4150 unsigned int scratch_regno; local
9523 unsigned int scratch_regno; local
9702 unsigned int scratch_regno; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc4588 unsigned int scratch_regno;
4598 scratch_regno = split_stack_prologue_scratch_regno ();
4599 if (scratch_regno != INVALID_REGNUM)
4608 emit_move_insn (reg, gen_rtx_REG (Pmode, scratch_regno));
7086 unsigned int scratch_regno = INVALID_REGNUM)
7105 gcc_assert (scratch_regno != INVALID_REGNUM);
7107 rtx scratch_reg = gen_rtx_REG (Pmode, scratch_regno);
9953 unsigned int scratch_regno;
9961 scratch_regno = split_stack_prologue_scratch_regno ();
9962 if (scratch_regno
4575 unsigned int scratch_regno; local
[all...]

Completed in 234 milliseconds