Home
last modified time | relevance | path

Searched defs:SMALL_INT (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/config/sparc/
HDsparc.h1222 #define SMALL_INT(X) (SPARC_SIMM13_P (INTVAL (X))) macro
/NextBSD/contrib/gcc/config/mips/
HDmips.h1724 #define SMALL_INT(X) SMALL_OPERAND (INTVAL (X)) macro
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c18230 #define SMALL_INT(X) ((UINTVAL (X) + 0x8000) < 0x10000) macro