Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.h731 #define UINT32_P(X) (((unsigned HOST_WIDE_INT) (X)) <= 0xffffffff) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.h790 #define UINT32_P(X) (((unsigned HOST_WIDE_INT) (X)) <= 0xffffffff) macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.51461 (move_src_operand): Replace INT32_P with UINT32_P.