Searched refs:move_for_stack_reg (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | reg-stack.c | 261 static bool move_for_stack_reg (rtx_insn *, stack_ptr, rtx); 1038 move_for_stack_reg (rtx_insn *insn, stack_ptr regstack, rtx pat) in move_for_stack_reg() function 1202 return move_for_stack_reg (insn, regstack, pat); in move_nan_for_stack_reg() 1561 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat); in subst_stack_regs_pat()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | reg-stack.c | 263 static bool move_for_stack_reg (rtx, stack, rtx); 947 move_for_stack_reg (rtx insn, stack regstack, rtx pat) in move_for_stack_reg() function 1107 return move_for_stack_reg (insn, regstack, pat); in move_nan_for_stack_reg() 1474 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat); in subst_stack_regs_pat()
|