Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c7694 int stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0; local
7700 if (dimode_p && !stack_top_dies)
7710 if (stack_top_dies || dimode_p)
7729 int stack_top_dies; local
7756 stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0;
7759 && stack_top_dies
7838 mask |= stack_top_dies;
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c8807 int stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0; in output_fix_trunc() local
8814 if ((dimode_p || fisttp) && !stack_top_dies) in output_fix_trunc()
8826 if (stack_top_dies || dimode_p) in output_fix_trunc()
8871 int stack_top_dies; in output_fp_compare() local
8902 stack_top_dies = find_regno_note (insn, REG_DEAD, FIRST_STACK_REG) != 0; in output_fp_compare()
8906 if (stack_top_dies) in output_fp_compare()
8916 && stack_top_dies in output_fp_compare()
8975 mask |= stack_top_dies; in output_fp_compare()