Searched refs:UINTVAL (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c2288 UINTVAL (addr.offset)))
3552 && UINTVAL (x) == 0xffffffff)
3661 && UINTVAL (XEXP (x, 1)) == 0xffffffff)
4387 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode);
4397 plus_one = trunc_int_for_mode (UINTVAL (*cmp1) + 1, mode);
7112 return exact_log2 ((UINTVAL (mask) >> shval) + 1);
7591 if (code == CONST_INT && UINTVAL (op) < ARRAY_SIZE (mips_fp_conditions))
7592 fputs (mips_fp_conditions[UINTVAL (op)], file);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Drtl.h1086 #define UINTVAL(RTX) ((unsigned HOST_WIDE_INT) INTVAL (RTX))
1083 #define UINTVAL macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c24161 #define SMALL_INT(X) ((UINTVAL (X) + 0x8000) < 0x10000)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c18506 if (UINTVAL (count_exp) >= (unsigned HOST_WIDE_INT)dynamic_check)

Completed in 380 milliseconds