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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.h 1001 #define SPARC_SIMM13_P(X) ((unsigned HOST_WIDE_INT) (X) + 0x1000 < 0x2000)
1005 #define SMALL_INT(X) (SPARC_SIMM13_P (INTVAL (X)))
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.h 996 #define SPARC_SIMM13_P(X) ((unsigned HOST_WIDE_INT) (X) + 0x1000 < 0x2000)
1000 #define SMALL_INT(X) (SPARC_SIMM13_P (INTVAL (X)))

Completed in 29 milliseconds