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

  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.h 759 #define ROUND_ADVANCE_ARG(MODE, TYPE) \
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc 696 #define ROUND_ADVANCE_ARG(MODE, TYPE) \
739 + ROUND_ADVANCE_ARG (arg.mode, arg.type));
767 if (words >= ROUND_ADVANCE_ARG (arg.mode, arg.type))
2290 + ROUND_ADVANCE_ARG (arg.mode, arg.type));
  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 1190 #define ROUND_ADVANCE_ARG(MODE, TYPE) \
1236 + ROUND_ADVANCE_ARG (arg.mode, arg.type));
1303 + ROUND_ADVANCE_ARG (arg.mode, arg.type));
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.h 731 #define ROUND_ADVANCE_ARG(MODE, TYPE) \
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 699 #define ROUND_ADVANCE_ARG(MODE, TYPE) \
739 + ROUND_ADVANCE_ARG (arg.mode, arg.type));
767 if (words >= ROUND_ADVANCE_ARG (arg.mode, arg.type))
2290 + ROUND_ADVANCE_ARG (arg.mode, arg.type));
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 1193 #define ROUND_ADVANCE_ARG(MODE, TYPE) \
1239 + ROUND_ADVANCE_ARG (arg.mode, arg.type));
1303 + ROUND_ADVANCE_ARG (arg.mode, arg.type));

Completed in 39 milliseconds