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

  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 4640 /* If the insn is annulled and is from the target path, we need
5301 /* If this is a non-annulled branch with a delay slot, there is
9501 ANNULLED indicates if INSN is an annulled delay-slot insn.
9504 conditionalize_nonjump (rtx pat, rtx cond, rtx insn, bool annulled)
9535 gcc_assert (annulled);
9605 bool annulled; annulled = false;
9607 /* If this is a delay slot insn in a non-annulled branch,
9619 annulled = true
9604 bool annulled; annulled = false; local
    [all...]

Completed in 73 milliseconds