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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c9043 int stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0;
9050 if ((dimode_p || fisttp) && !stack_top_dies)
9062 if (stack_top_dies || dimode_p)
9107 int stack_top_dies;
9138 stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0;
9142 if (stack_top_dies)
9152 && stack_top_dies
9180 /* Encoded here as eflags_p | intmode | unordered_p | stack_top_dies. */
9211 mask |= stack_top_dies;
9019 int stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0; local
9083 int stack_top_dies; local

Completed in 191 milliseconds