Home
last modified time | relevance | path

Searched refs:move_for_stack_reg (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c252 static bool move_for_stack_reg PARAMS ((rtx, stack, rtx));
1059 move_for_stack_reg (insn, regstack, pat) in move_for_stack_reg() function
1487 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat);
1496 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat);
1519 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat);
H A DFSFChangeLog.10302 * regstack.c (move_for_stack_reg): Avoid stack overflow while
8555 (move_for_stack_reg): Optimize away some pointer dereferencing.
H A DChangeLog.56045 (move_for_stack_reg): Emit proper move mode.
8754 * reg-stack.c (move_for_stack_reg): Avoid non-poping fst for
H A DChangeLog2145 * reg-stack (move_for_stack_reg): New prototype. Return
2148 by move_for_stack_reg.
H A DChangeLog.11503 (move_for_stack_reg): Likewise.
H A DChangeLog.610351 (move_for_stack_reg): Use delete_insn.
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c262 static bool move_for_stack_reg (rtx, stack, rtx);
957 move_for_stack_reg (rtx insn, stack regstack, rtx pat) in move_for_stack_reg() function
1106 return move_for_stack_reg (insn, regstack, pat); in move_nan_for_stack_reg()
1420 control_flow_insn_deleted |= move_for_stack_reg (insn, regstack, pat); in subst_stack_regs_pat()