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

  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 7766 rtx_insn *insn, *next_membar;
7777 NEXT_MEMBAR is the membar instruction associated with it. NEXT_MEMBAR
7782 next_membar = 0;
7803 next_membar = insn;
7826 INSN_UID (next_membar));
7829 delete_insn (next_membar);
7830 next_membar = 0;
7849 && next_membar != 0
7867 INSN_UID (next_membar), INSN_UID (insn))
7689 rtx_insn *insn, *next_membar; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 7764 rtx_insn *insn, *next_membar;
7775 NEXT_MEMBAR is the membar instruction associated with it. NEXT_MEMBAR
7780 next_membar = 0;
7801 next_membar = insn;
7824 INSN_UID (next_membar));
7827 delete_insn (next_membar);
7828 next_membar = 0;
7847 && next_membar != 0
7865 INSN_UID (next_membar), INSN_UID (insn))
7687 rtx_insn *insn, *next_membar; local
    [all...]

Completed in 24 milliseconds