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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 7664 rtx srcexp; local
7709 srcexp = gen_rtx_ASHIFT (Pmode, countreg,
7711 srcexp = gen_rtx_PLUS (Pmode, srcexp, srcptr);
7714 srcexp = gen_rtx_PLUS (Pmode, srcptr, countreg);
7728 destexp, srcexp));
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 7097 rtx srcexp; local
7142 srcexp = gen_rtx_ASHIFT (Pmode, countreg,
7144 srcexp = gen_rtx_PLUS (Pmode, srcexp, srcptr);
7147 srcexp = gen_rtx_PLUS (Pmode, srcptr, countreg);
7161 destexp, srcexp));

Completed in 61 milliseconds