Home
last modified time | relevance | path

Searched refs:UINT16_P (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.h484 #define UINT16_P(X) (((unsigned HOST_WIDE_INT) (X)) <= 0x0000ffff) macro
Dpredicates.md329 return (value != 0) && (UINT16_P (value) || CMP_INT16_P (-value));
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-199911874 (INT16_P, CMP_INT16_P, UINT16_P): Likewise.