Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/m88k/
H A Dm88k.h600 #define SMALL_INTVAL(I) ((unsigned HOST_WIDE_INT) (I) < 0x10000) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.h682 #define SMALL_INTVAL(I) ((unsigned HOST_WIDE_INT) (I) < 0x10000) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.h1026 #define SMALL_INTVAL(I) ((unsigned) (I) < 0x10000) macro