Searched refs:UINT32_P (Results 1 – 3 of 3) sorted by relevance
731 #define UINT32_P(X) (((unsigned HOST_WIDE_INT) (X)) <= 0xffffffff) macro
790 #define UINT32_P(X) (((unsigned HOST_WIDE_INT) (X)) <= 0xffffffff) macro
1461 (move_src_operand): Replace INT32_P with UINT32_P.