Searched refs:SMALL_INT (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1227 SMALL_INT is used throughout the port so we continue to use it. */
1228 #define SMALL_INT(X) (SPARC_SIMM13_P (INTVAL (X)))
1222 #define SMALL_INT macro
H A Dsparc.c2781 /* An address which is a symbolic plus a non SMALL_INT needs a temp reg. */
2785 && ! SMALL_INT (XEXP (XEXP (x, 0), 1)))
2923 && (GET_CODE (rs2) != CONST_INT || SMALL_INT (rs2)))
2978 else if (GET_CODE (addr) == CONST_INT && SMALL_INT (addr))
3278 if (SMALL_INT (offset))
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1735 #define SMALL_INT(X) SMALL_OPERAND (INTVAL (X))
1727 #define SMALL_INT macro
H A Dmips.c1574 return !TARGET_MIPS16 && SMALL_INT (x);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c18276 #define SMALL_INT(X) ((UINTVAL (X) + 0x8000) < 0x10000)
18308 if (SMALL_INT (offset))
18230 #define SMALL_INT macro

Completed in 604 milliseconds