Searched refs:REGNO (Results 401 - 425 of 479) sorted by relevance

<<11121314151617181920

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddf-scan.cc1890 unsigned int old_regno = REGNO (loc);
2484 unsigned int regno = REGNO (GET_CODE (reg) == SUBREG ? SUBREG_REG (reg) : reg);
2573 regno = REGNO (GET_CODE (reg) == SUBREG ? SUBREG_REG (reg) : reg);
2595 with small REGNO, even when it is referenced in
2693 if (REGNO (dst) == STACK_POINTER_REGNUM)
2776 SET_HARD_REG_BIT (*defs, REGNO (dst));
2779 SET_HARD_REG_BIT (*defs, REGNO (SUBREG_REG (dst)));
3157 unsigned int regno = REGNO (XEXP (XEXP (note, 0), 0));
3476 bitmap_set_range ((bitmap) vset, REGNO (reg), REG_NREGS (reg));
3524 bitmap_set_bit (entry_block_defs, REGNO (
[all...]
H A Dread-rtl-function.cc1394 the register with regno REGNO. */
1429 /* Ensure that the backend can cope with a REG with regno REGNO.
1454 unsigned int regno = REGNO (x);
1470 gcc_assert (REGNO (regno_reg_rtx[regno]) == regno);
1780 ASSERT_EQ ((LAST_VIRTUAL_REGISTER + 1) + 2, REGNO (insn_1_dest));
1785 ASSERT_EQ (LAST_VIRTUAL_REGISTER + 1, REGNO (reg));
H A Dfinal.cc1856 ASM_OUTPUT_REG_PUSH (file, REGNO (sval));
1858 ASM_OUTPUT_REG_PUSH (file, REGNO (chain));
1865 ASM_OUTPUT_REG_POP (file, REGNO (chain));
1867 ASM_OUTPUT_REG_POP (file, REGNO (sval));
3354 && ORIGINAL_REGNO (op) != REGNO (op))
3689 gcc_assert (!x || !REG_P (x) || REGNO (x) < FIRST_PSEUDO_REGISTER);
4185 && ! permitted_reg_in_leaf_functions[REGNO (pic_offset_table_rtx)])
4231 newreg = REGNO (in_rtx);
4241 df_set_regs_ever_live (REGNO (in_rtx), false);
H A Dexpr.cc591 if (REG_P (from) && REGNO (from) < FIRST_PSEUDO_REGISTER
592 && !targetm.hard_regno_mode_ok (REGNO (from), to_mode))
765 || targetm.hard_regno_mode_ok (REGNO (x), int_mode))
1752 || !REG_P (target) || REGNO (target) < FIRST_PSEUDO_REGISTER)
2275 /* Copy all or part of a value X into registers starting at REGNO.
2307 /* Copy all or part of a BLKmode value X out of registers starting at REGNO.
2689 if (!REG_P (reg) || REGNO (reg) < FIRST_PSEUDO_REGISTER)
2727 if (!REG_P (dst) || REGNO (dst) < FIRST_PSEUDO_REGISTER)
3160 gcc_assert (REG_P (reg) && REGNO (reg) < FIRST_PSEUDO_REGISTER);
3167 starting at REGNO
[all...]
H A Dstmt.cc455 && REGNO (DECL_RTL (decl)) < FIRST_PSEUDO_REGISTER)
459 if (overlaps_hard_reg_set_p (*regs, GET_MODE (reg), REGNO (reg)))
H A Dcfgcleanup.cc210 bitmap_clear_range (nonequal, REGNO (dest), REG_NREGS (dest));
221 bitmap_set_range (nonequal, REGNO (dest), REG_NREGS (dest));
240 for (unsigned int regno = REGNO (x); regno < end_regno; ++regno)
1266 SET_HARD_REG_BIT (i1_regset, REGNO (XEXP (note, 0)));
1270 SET_HARD_REG_BIT (i2_regset, REGNO (XEXP (note, 0)));
H A Demit-rtl.cc456 /* Set the mode and register number of X to MODE and REGNO. */
468 /* Initialize a fresh REG rtx with mode MODE and register REGNO. */
976 unsigned int regno = REGNO (reg);
1351 mark_reg_pointer (reg, REGNO_POINTER_ALIGN (REGNO (x)));
1487 REGNO_POINTER_ALIGN (REGNO (reg)) = align;
1489 else if (align && align < REGNO_POINTER_ALIGN (REGNO (reg)))
1491 REGNO_POINTER_ALIGN (REGNO (reg)) = align;
2881 && HARD_REGISTER_NUM_P (REGNO (XEXP (x, 0)))
3133 && HARD_REGISTER_NUM_P (REGNO (XEXP (x, 0)))
3335 && (REGNO (othe
[all...]
H A Dcfgexpand.cc2992 /* Check that the given REGNO spanning NREGS is a valid
3211 unsigned j, output_hregno = REGNO (DECL_RTL (val));
3220 && output_hregno == REGNO (DECL_RTL (output_tvec[j])))
3235 unsigned input_hregno = REGNO (DECL_RTL (input_tvec[j]));
4397 && OUTGOING_REGNO (REGNO (incoming)) != REGNO (incoming))
4400 OUTGOING_REGNO (REGNO (incoming)), 0);
4404 if (OUTGOING_REGNO (REGNO (reg)) != REGNO (reg))
4406 reg = gen_raw_REG (GET_MODE (reg), OUTGOING_REGNO (REGNO (re
[all...]
H A Ddse.cc797 for (unsigned int regno = REGNO (loc); regno < end_regno; ++regno)
1866 bitmap_set_range (regs_set, REGNO (x), REG_NREGS (x));
2438 && REGNO (args[idx]) == REGNO (reg)
H A Dloop-doloop.cc622 unsigned int regno = REGNO (x);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c1393 the register with regno REGNO. */
1428 /* Ensure that the backend can cope with a REG with regno REGNO.
1453 unsigned int regno = REGNO (x);
1469 gcc_assert (REGNO (regno_reg_rtx[regno]) == regno);
1777 ASSERT_EQ ((LAST_VIRTUAL_REGISTER + 1) + 2, REGNO (insn_1_dest));
1782 ASSERT_EQ (LAST_VIRTUAL_REGISTER + 1, REGNO (reg));
H A Dcombine-stack-adj.c310 if (REGNO (x) == STACK_POINTER_REGNUM)
H A Dfinal.c1864 ASM_OUTPUT_REG_PUSH (file, REGNO (sval));
1866 ASM_OUTPUT_REG_PUSH (file, REGNO (chain));
1873 ASM_OUTPUT_REG_POP (file, REGNO (chain));
1875 ASM_OUTPUT_REG_POP (file, REGNO (sval));
3729 && ORIGINAL_REGNO (op) != REGNO (op))
4064 gcc_assert (!x || !REG_P (x) || REGNO (x) < FIRST_PSEUDO_REGISTER);
4559 && ! permitted_reg_in_leaf_functions[REGNO (pic_offset_table_rtx)])
4605 newreg = REGNO (in_rtx);
4615 df_set_regs_ever_live (REGNO (in_rtx), false);
H A Dexpr.c571 if (REG_P (from) && REGNO (from) < FIRST_PSEUDO_REGISTER
572 && !targetm.hard_regno_mode_ok (REGNO (from), to_mode))
725 || targetm.hard_regno_mode_ok (REGNO (x), int_mode))
1554 || !REG_P (target) || REGNO (target) < FIRST_PSEUDO_REGISTER)
2071 /* Copy all or part of a value X into registers starting at REGNO.
2103 /* Copy all or part of a BLKmode value X out of registers starting at REGNO.
2498 if (!REG_P (reg) || REGNO (reg) < FIRST_PSEUDO_REGISTER)
2536 if (!REG_P (dst) || REGNO (dst) < FIRST_PSEUDO_REGISTER)
2969 gcc_assert (REG_P (reg) && REGNO (reg) < FIRST_PSEUDO_REGISTER);
2976 starting at REGNO
[all...]
H A Dstmt.c454 && REGNO (DECL_RTL (decl)) < FIRST_PSEUDO_REGISTER)
458 if (overlaps_hard_reg_set_p (*regs, GET_MODE (reg), REGNO (reg)))
H A Dcfgcleanup.c210 bitmap_clear_range (nonequal, REGNO (dest), REG_NREGS (dest));
221 bitmap_set_range (nonequal, REGNO (dest), REG_NREGS (dest));
240 for (unsigned int regno = REGNO (x); regno < end_regno; ++regno)
1267 SET_HARD_REG_BIT (i1_regset, REGNO (XEXP (note, 0)));
1271 SET_HARD_REG_BIT (i2_regset, REGNO (XEXP (note, 0)));
H A Demit-rtl.c457 /* Set the mode and register number of X to MODE and REGNO. */
469 /* Initialize a fresh REG rtx with mode MODE and register REGNO. */
975 unsigned int regno = REGNO (reg);
1344 mark_reg_pointer (reg, REGNO_POINTER_ALIGN (REGNO (x)));
1480 REGNO_POINTER_ALIGN (REGNO (reg)) = align;
1482 else if (align && align < REGNO_POINTER_ALIGN (REGNO (reg)))
1484 REGNO_POINTER_ALIGN (REGNO (reg)) = align;
2872 && HARD_REGISTER_NUM_P (REGNO (XEXP (x, 0)))
3125 && HARD_REGISTER_NUM_P (REGNO (XEXP (x, 0)))
3328 && (REGNO (othe
[all...]
H A Dcfgexpand.c2837 /* Check that the given REGNO spanning NREGS is a valid
3056 unsigned j, output_hregno = REGNO (DECL_RTL (val));
3065 && output_hregno == REGNO (DECL_RTL (output_tvec[j])))
3079 unsigned input_hregno = REGNO (DECL_RTL (input_tvec[j]));
4221 && OUTGOING_REGNO (REGNO (incoming)) != REGNO (incoming))
4224 OUTGOING_REGNO (REGNO (incoming)), 0);
4228 if (OUTGOING_REGNO (REGNO (reg)) != REGNO (reg))
4230 reg = gen_raw_REG (GET_MODE (reg), OUTGOING_REGNO (REGNO (re
[all...]
H A Dloop-doloop.c586 unsigned int regno = REGNO (x);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched.c149 if (!REG_P (set) || REGNO (set) != FLAGS_REG)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched.cc152 if (!REG_P (set) || REGNO (set) != FLAGS_REG)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.h1333 DWARF_FRAME_RETURN_COLUMN to DWARF_FRAME_REGNUM (REGNO). */
1344 #define DBX_REGISTER_NUMBER(REGNO) nds32_dbx_register_number (REGNO)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.h1333 DWARF_FRAME_RETURN_COLUMN to DWARF_FRAME_REGNUM (REGNO). */
1344 #define DBX_REGISTER_NUMBER(REGNO) nds32_dbx_register_number (REGNO)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c951 dest_regno = REGNO (SET_DEST (PATTERN (insn)));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc951 dest_regno = REGNO (SET_DEST (PATTERN (insn)));

Completed in 631 milliseconds

<<11121314151617181920