Searched refs:FP_REGNUM (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-fp-as-gp.cc57 || NDS32_REQUIRED_CALLEE_SAVED_P (FP_REGNUM)
100 we MUST set FP_REGNUM ever live in this function. */
133 || NDS32_REQUIRED_CALLEE_SAVED_P (FP_REGNUM)
233 SET_HARD_REG_BIT(this_target_ira_int->x_no_unit_alloc_regs, FP_REGNUM);
234 df_set_regs_ever_live (FP_REGNUM, 1);
236 CLEAR_HARD_REG_BIT(this_target_ira_int->x_no_unit_alloc_regs, FP_REGNUM);
H A Dnds32-predicates.cc223 (reg:SI FP_REGNUM))
239 (set (reg:SI FP_REGNUM)
254 save_fp = reg_mentioned_p (gen_rtx_REG (SImode, FP_REGNUM), op);
307 || REGNO (elt_reg) != FP_REGNUM)
H A Dnds32-relax-opt.cc150 && REGNO (XEXP (mem_src, 0)) == FP_REGNUM)
H A Dnds32.cc455 cfun->machine->fp_size = (df_regs_ever_live_p (FP_REGNUM)) ? 4 : 0;
545 && !df_regs_ever_live_p (FP_REGNUM)
753 (reg:SI FP_REGNUM))
806 reg = gen_rtx_REG (SImode, FP_REGNUM);
900 (set (reg:SI FP_REGNUM)
956 reg = gen_rtx_REG (SImode, FP_REGNUM);
1051 (reg:SI FP_REGNUM))
1092 reg = gen_rtx_REG (SImode, FP_REGNUM);
1174 (set (reg:SI FP_REGNUM)
1218 reg = gen_rtx_REG (SImode, FP_REGNUM);
[all...]
H A Dnds32.h1350 #define HARD_FRAME_POINTER_REGNUM FP_REGNUM
H A Dnds32-md-auxiliary.cc1529 && regno != FP_REGNUM)
1554 if ((regno == FP_REGNUM) &&
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-fp-as-gp.c57 || NDS32_REQUIRED_CALLEE_SAVED_P (FP_REGNUM)
100 we MUST set FP_REGNUM ever live in this function. */
133 || NDS32_REQUIRED_CALLEE_SAVED_P (FP_REGNUM)
233 SET_HARD_REG_BIT(this_target_ira_int->x_no_unit_alloc_regs, FP_REGNUM);
234 df_set_regs_ever_live (FP_REGNUM, 1);
236 CLEAR_HARD_REG_BIT(this_target_ira_int->x_no_unit_alloc_regs, FP_REGNUM);
H A Dnds32-predicates.c223 (reg:SI FP_REGNUM))
239 (set (reg:SI FP_REGNUM)
254 save_fp = reg_mentioned_p (gen_rtx_REG (SImode, FP_REGNUM), op);
307 || REGNO (elt_reg) != FP_REGNUM)
H A Dnds32-relax-opt.c150 && REGNO (XEXP (mem_src, 0)) == FP_REGNUM)
H A Dnds32.c455 cfun->machine->fp_size = (df_regs_ever_live_p (FP_REGNUM)) ? 4 : 0;
545 && !df_regs_ever_live_p (FP_REGNUM)
753 (reg:SI FP_REGNUM))
806 reg = gen_rtx_REG (SImode, FP_REGNUM);
900 (set (reg:SI FP_REGNUM)
956 reg = gen_rtx_REG (SImode, FP_REGNUM);
1051 (reg:SI FP_REGNUM))
1092 reg = gen_rtx_REG (SImode, FP_REGNUM);
1174 (set (reg:SI FP_REGNUM)
1218 reg = gen_rtx_REG (SImode, FP_REGNUM);
[all...]
H A Dnds32.h1350 #define HARD_FRAME_POINTER_REGNUM FP_REGNUM
H A Dnds32-md-auxiliary.c1529 && regno != FP_REGNUM)
1554 if ((regno == FP_REGNUM) &&
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsh-tdep.h31 FP_REGNUM = 14, enumerator in enum:__anon1282
H A Dsh-tdep.c1884 cache->base = get_frame_register_unsigned (this_frame, FP_REGNUM);
/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dsim-main.h46 FP_REGNUM = R6_REGNUM, /* Contains address of executing enumerator in enum:h8_regnum
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsh-tdep.h33 FP_REGNUM = 14, enumerator in enum:__anon761
H A Dsh-tdep.c1843 cache->base = get_frame_register_unsigned (this_frame, FP_REGNUM);
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dsim-main.h47 FP_REGNUM = R6_REGNUM, /* Contains address of executing enumerator in enum:h8_regnum
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/lm32/
H A Dlm32.h143 #define FP_REGNUM 27 macro
211 #define FRAME_POINTER_REGNUM FP_REGNUM
H A Dlm32.c472 if (!(reg_save_mask & (1 << FP_REGNUM)) && frame_pointer_needed)
474 reg_save_mask |= 1 << FP_REGNUM;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.h143 #define FP_REGNUM 27 macro
211 #define FRAME_POINTER_REGNUM FP_REGNUM
H A Dlm32.cc472 if (!(reg_save_mask & (1 << FP_REGNUM)) && frame_pointer_needed)
474 reg_save_mask |= 1 << FP_REGNUM;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.h1009 #define FP_REGNUM HARD_FRAME_POINTER_REGNUM
1005 #define FP_REGNUM macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1012 #define FP_REGNUM HARD_FRAME_POINTER_REGNUM
1008 #define FP_REGNUM macro

Completed in 428 milliseconds