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

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-pipelines-auxiliary.cc 1030 rtx src_rtx, dst_rtx; local
1055 dst_rtx = SET_DEST (PATTERN (alu_e1_insn));
1057 if (REG_P (dst_rtx) && REG_P (src_rtx)
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-pipelines-auxiliary.cc 1030 rtx src_rtx, dst_rtx; local
1055 dst_rtx = SET_DEST (PATTERN (alu_e1_insn));
1057 if (REG_P (dst_rtx) && REG_P (src_rtx)

Completed in 13 milliseconds