HomeSort by: relevance | last modified time | path
    Searched defs:ix86_flags_rtx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
reg-stack.cc 339 static rtx ix86_flags_rtx;
351 if (INSN_P (insn) && reg_mentioned_p (ix86_flags_rtx, PATTERN (insn)))
1372 if (!fail && !dead_or_set_p (insn, ix86_flags_rtx))
3434 ix86_flags_rtx = gen_rtx_REG (CCmode, FLAGS_REG);
336 static rtx ix86_flags_rtx; variable
  /src/external/gpl3/gcc.old/dist/gcc/
reg-stack.cc 339 static rtx ix86_flags_rtx;
351 if (INSN_P (insn) && reg_mentioned_p (ix86_flags_rtx, PATTERN (insn)))
1367 if (!fail && !dead_or_set_p (insn, ix86_flags_rtx))
3422 ix86_flags_rtx = gen_rtx_REG (CCmode, FLAGS_REG);
336 static rtx ix86_flags_rtx; variable

Completed in 40 milliseconds