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

  /src/external/gpl3/gcc/dist/gcc/config/mn10300/
mn10300.h 505 #define USE_LOAD_POST_INCREMENT(M) 0
  /src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
mn10300.h 505 #define USE_LOAD_POST_INCREMENT(M) 0
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.h 607 #define USE_LOAD_POST_INCREMENT(MODE) 0
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.h 609 #define USE_LOAD_POST_INCREMENT(MODE) 0
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.h 1279 #define USE_LOAD_POST_INCREMENT(mode) TARGET_SH1
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h 1126 #define USE_LOAD_POST_INCREMENT(MODE) 0
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.h 1279 #define USE_LOAD_POST_INCREMENT(mode) TARGET_SH1
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.h 1245 #define USE_LOAD_POST_INCREMENT(MODE) 0
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.h 1886 #define USE_LOAD_POST_INCREMENT(mode) \
1898 #define USE_STORE_POST_INCREMENT(mode) USE_LOAD_POST_INCREMENT(mode)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.h 1859 #define USE_LOAD_POST_INCREMENT(mode) \
1871 #define USE_STORE_POST_INCREMENT(mode) USE_LOAD_POST_INCREMENT(mode)
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32.h 1450 #define USE_LOAD_POST_INCREMENT(mode) \
1452 #define USE_LOAD_POST_DECREMENT(mode) USE_LOAD_POST_INCREMENT(mode)
1454 #define USE_STORE_POST_INCREMENT(mode) USE_LOAD_POST_INCREMENT(mode)
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 2891 #ifndef USE_LOAD_POST_INCREMENT
2892 #define USE_LOAD_POST_INCREMENT(MODE) HAVE_POST_INCREMENT
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32.h 1450 #define USE_LOAD_POST_INCREMENT(mode) \
1452 #define USE_LOAD_POST_DECREMENT(mode) USE_LOAD_POST_INCREMENT(mode)
1454 #define USE_STORE_POST_INCREMENT(mode) USE_LOAD_POST_INCREMENT(mode)
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 2881 #ifndef USE_LOAD_POST_INCREMENT
2882 #define USE_LOAD_POST_INCREMENT(MODE) HAVE_POST_INCREMENT

Completed in 86 milliseconds