Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreg-stack.c334 static rtx ix86_flags_rtx; variable
347 if (INSN_P (insn) && reg_mentioned_p (ix86_flags_rtx, PATTERN (insn)))
471 ix86_flags_rtx = gen_rtx_REG (CCmode, FLAGS_REG);
1301 else if (! dead_or_set_p (insn, ix86_flags_rtx))
/openbsd/src/gnu/gcc/gcc/
Dreg-stack.c341 static rtx ix86_flags_rtx; variable
353 if (INSN_P (insn) && reg_mentioned_p (ix86_flags_rtx, PATTERN (insn))) in next_flags_user()
1211 else if (! dead_or_set_p (insn, ix86_flags_rtx)) in swap_rtx_condition()
3132 ix86_flags_rtx = gen_rtx_REG (CCmode, FLAGS_REG); in reg_to_stack()