Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.h228 #define SMALL_INT(X) ((unsigned HOST_WIDE_INT)(X) + 0x8000 < 0x10000) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.h228 #define SMALL_INT(X) ((unsigned HOST_WIDE_INT)(X) + 0x8000 < 0x10000) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h635 #define SMALL_INT(X) ((unsigned HOST_WIDE_INT) (INTVAL (X) + 0x8000) < 0x10000) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.h635 #define SMALL_INT(X) ((unsigned HOST_WIDE_INT) (INTVAL (X) + 0x8000) < 0x10000) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.h366 #define SMALL_INT(X) ((unsigned HOST_WIDE_INT) (INTVAL (X) + 0x8000) < 0x10000) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.h366 #define SMALL_INT(X) ((unsigned HOST_WIDE_INT) (INTVAL (X) + 0x8000) < 0x10000) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h994 #define SMALL_INT(X) (SPARC_SIMM13_P (INTVAL (X))) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.h998 #define SMALL_INT(X) (SPARC_SIMM13_P (INTVAL (X))) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h615 #define SMALL_INT(X) ((unsigned) ((X) + 0x100) < 0x200) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h617 #define SMALL_INT(X) ((unsigned) ((X) + 0x100) < 0x200) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h2319 #define SMALL_INT(X) SMALL_OPERAND (INTVAL (X)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h2300 #define SMALL_INT(X) SMALL_OPERAND (INTVAL (X)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c20083 #define SMALL_INT(X) ((UINTVAL (X) + 0x8000) < 0x10000) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc20637 #define SMALL_INT(X) ((UINTVAL (X) + 0x8000) < 0x10000) macro