Searched refs:REGNO (Results 426 - 450 of 479) sorted by relevance

<<11121314151617181920

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c806 for (unsigned int regno = REGNO (loc); regno < end_regno; ++regno)
1864 bitmap_set_range (regs_set, REGNO (x), REG_NREGS (x));
2436 && REGNO (args[idx]) == REGNO (reg)
H A Drtl.h222 /* The value of REGNO. */
1907 /* For a REG rtx, REGNO extracts the register number. REGNO can only
1909 #define REGNO(RTX) (rhs_regno(RTX))
1923 /* Force the REGNO macro to only be used on the lhs. */
1934 return REGNO (x) + REG_NREGS (x);
1937 /* Change the REGNO and REG_NREGS of REG X to the specified values,
1965 #define HARD_REGISTER_P(REG) (HARD_REGISTER_NUM_P (REGNO (REG)))
2828 ? find_regno_note ((INSN), REG_INC, REGNO (REG)) \
3867 set_mode_and_regno (x, mode, REGNO (
1906 #define REGNO macro
[all...]
H A Dsched-rgn.c1695 regno = REGNO (reg);
1780 regno = REGNO (reg);
2432 && targetm.class_likely_spilled_p (REGNO_REG_CLASS (REGNO (x))))
H A Dreorg.c1858 if (!find_regno_note (other_insn, REG_UNUSED, REGNO (XEXP (link, 0))))
3025 int dest_regno = REGNO (SET_DEST (pat));
3027 int regno = REGNO (reg);
H A Dsimplify-rtx.c2654 && REGNO (xop00) == REGNO (xop10)
4761 return REGNO (x) > REGNO (y);
5039 || (REGNO (ops[i].op) < FIRST_PSEUDO_REGISTER
5040 && fixed_regs[REGNO (ops[i].op)]
5041 && !global_regs[REGNO (ops[i].op)]
6950 regno = REGNO (op);
H A Dstore-motion.c258 if (regs_set[REGNO (temp)])
H A Ddce.c160 && REGNO (pic_offset_table_rtx) >= FIRST_PSEUDO_REGISTER)
H A Dddg.c211 int regno = REGNO (SET_DEST (set));
H A Ddf-problems.c2843 regno = REGNO (reg);
3172 if (df_ignore_stack_reg (REGNO (XEXP (link, 0))))
3190 if (df_ignore_stack_reg (REGNO (XEXP (link, 0))))
3986 bitmap_clear_range (live, REGNO (reg), REG_NREGS (reg));
H A Dsel-sched-ir.c1767 && REGNO (EXPR_LHS (to)) != REGNO (EXPR_LHS (from)))
2039 /* Returns the REGNO of the R's destination. */
2046 return REGNO (dest);
2070 regno = REGNO (reg);
2489 /* Note a set of REGNO. */
2509 /* Note a clobber of REGNO. */
2522 /* Note a use of REGNO. */
3213 /* Note a set of REGNO. */
3234 /* Note a clobber of REGNO
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dunwind-cr16.c58 #define DWARF_REG_TO_UNWIND_COLUMN(REGNO) (REGNO)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dunwind-cr16.c58 #define DWARF_REG_TO_UNWIND_COLUMN(REGNO) (REGNO)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c177 dest = gen_rtx_REG (SImode, REGNO (dest));
1427 value = gen_rtx_REG (vecmode, REGNO (operands[0]));
1440 input = gen_rtx_REG (vecmode, REGNO (input));
1460 large = gen_rtx_REG (V4SImode, REGNO (large));
1463 x = gen_rtx_REG (V4SImode, REGNO (value));
1836 REGNO (operands[0]) + (TARGET_64BIT ? 1 : 2));
1971 if (REG_P (mask) && REGNO (dest) == REGNO (mask)) /* alternative 0 */
1973 gcc_assert (REGNO (op1) == REGNO (scratc
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.h222 /* The value of REGNO. */
1915 /* For a REG rtx, REGNO extracts the register number. REGNO can only
1917 #define REGNO(RTX) (rhs_regno(RTX))
1931 /* Force the REGNO macro to only be used on the lhs. */
1942 return REGNO (x) + REG_NREGS (x);
1945 /* Change the REGNO and REG_NREGS of REG X to the specified values,
1973 #define HARD_REGISTER_P(REG) (HARD_REGISTER_NUM_P (REGNO (REG)))
2838 ? find_regno_note ((INSN), REG_INC, REGNO (REG)) \
4007 set_mode_and_regno (x, mode, REGNO (
1914 #define REGNO macro
[all...]
H A Dreorg.cc1783 if (!find_regno_note (other_insn, REG_UNUSED, REGNO (XEXP (link, 0))))
2973 int dest_regno = REGNO (SET_DEST (pat));
2975 int regno = REGNO (reg);
H A Dsched-rgn.cc1695 regno = REGNO (reg);
1780 regno = REGNO (reg);
2432 && targetm.class_likely_spilled_p (REGNO_REG_CLASS (REGNO (x))))
H A Ddf-problems.cc2883 regno = REGNO (reg);
3212 if (df_ignore_stack_reg (REGNO (XEXP (link, 0))))
3230 if (df_ignore_stack_reg (REGNO (XEXP (link, 0))))
4026 bitmap_clear_range (live, REGNO (reg), REG_NREGS (reg));
H A Dsel-sched-ir.cc1767 && REGNO (EXPR_LHS (to)) != REGNO (EXPR_LHS (from)))
2039 /* Returns the REGNO of the R's destination. */
2046 return REGNO (dest);
2070 regno = REGNO (reg);
2489 /* Note a set of REGNO. */
2509 /* Note a clobber of REGNO. */
2522 /* Note a use of REGNO. */
3213 /* Note a set of REGNO. */
3234 /* Note a clobber of REGNO
[all...]
H A Dddg.cc211 int regno = REGNO (SET_DEST (set));
H A Ddce.cc160 && REGNO (pic_offset_table_rtx) >= FIRST_PSEUDO_REGISTER)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c915 return REGNO_OK_FOR_BASE_P (REGNO (x));
3667 /* Return whether REGNO needs to be saved in the stack frame. */
3728 /* Emit a store in the stack frame to save REGNO at address ADDR, and
3753 /* Emit a load in the stack frame to load REGNO from address ADDR.
5399 fprintf (file, "%s", reg_names[REGNO (x)]);
5432 fprintf (file, "%s", reg_names[REGNO (XEXP (addr, 0))]);
5444 fprintf (file, "%s", reg_names[REGNO (XEXP (addr, 0))]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c815 return REGNO_OK_FOR_BASE_P (REGNO (x));
3209 /* Return whether REGNO needs to be saved in the stack frame. */
3270 /* Emit a store in the stack frame to save REGNO at address ADDR, and
3295 /* Emit a load in the stack frame to load REGNO from address ADDR.
4798 fprintf (file, "%s", reg_names[REGNO (x)]);
4832 fprintf (file, "%s", reg_names[REGNO (XEXP (addr, 0))]);
4844 fprintf (file, "%s", reg_names[REGNO (XEXP (addr, 0))]);
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dchanges.cc157 // REGNO now has a defined value.
749 for (unsigned int regno = REGNO (dest); regno != END_REGNO (dest); ++regno)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc916 return REGNO_OK_FOR_BASE_P (REGNO (x));
3668 /* Return whether REGNO needs to be saved in the stack frame. */
3729 /* Emit a store in the stack frame to save REGNO at address ADDR, and
3754 /* Emit a load in the stack frame to load REGNO from address ADDR.
5398 fprintf (file, "%s", reg_names[REGNO (x)]);
5431 fprintf (file, "%s", reg_names[REGNO (XEXP (addr, 0))]);
5443 fprintf (file, "%s", reg_names[REGNO (XEXP (addr, 0))]);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.cc815 return REGNO_OK_FOR_BASE_P (REGNO (x));
3209 /* Return whether REGNO needs to be saved in the stack frame. */
3270 /* Emit a store in the stack frame to save REGNO at address ADDR, and
3295 /* Emit a load in the stack frame to load REGNO from address ADDR.
4796 fprintf (file, "%s", reg_names[REGNO (x)]);
4830 fprintf (file, "%s", reg_names[REGNO (XEXP (addr, 0))]);
4842 fprintf (file, "%s", reg_names[REGNO (XEXP (addr, 0))]);

Completed in 370 milliseconds

<<11121314151617181920