HomeSort by: relevance | last modified time | path
    Searched defs:INTVAL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 1987 /* For a CONST_INT rtx, INTVAL extracts the integer. */
1988 #define INTVAL(RTX) XCWINT (RTX, 0, CONST_INT)
1989 #define UINTVAL(RTX) ((unsigned HOST_WIDE_INT) INTVAL (RTX))
2301 gcc_checking_assert (INTVAL (x.first)
2302 == sext_hwi (INTVAL (x.first), precision)
2303 || (x.second == BImode && INTVAL (x.first) == 1));
2305 return wi::storage_ref (&INTVAL (x.first), 1, precision);
2401 return INTVAL (x);
2413 *res = INTVAL (x);
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 1978 /* For a CONST_INT rtx, INTVAL extracts the integer. */
1979 #define INTVAL(RTX) XCWINT (RTX, 0, CONST_INT)
1980 #define UINTVAL(RTX) ((unsigned HOST_WIDE_INT) INTVAL (RTX))
2291 gcc_checking_assert (INTVAL (x.first)
2292 == sext_hwi (INTVAL (x.first), precision)
2293 || (x.second == BImode && INTVAL (x.first) == 1));
2295 return wi::storage_ref (&INTVAL (x.first), 1, precision);
2391 return INTVAL (x);
2403 *res = INTVAL (x);

Completed in 22 milliseconds