Home
last modified time | relevance | path

Searched defs:INT16_P (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.h482 #define INT16_P(X) ((X) >= - 0x8000 && (X) <= 0x7fff) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.h482 #define INT16_P(X) ((X) >= - 0x8000 && (X) <= 0x7fff) macro