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

  /src/external/gpl3/gcc/dist/gcc/
machmode.h 572 /* Return the base GET_MODE_BITSIZE value for MODE. */
670 #define GET_MODE_BITSIZE(MODE) ((unsigned short) mode_to_bits (MODE).coeffs[0])
673 GET_MODE_BITSIZE (machine_mode mode)
680 GET_MODE_BITSIZE (const T &mode)
687 GET_MODE_BITSIZE (const T &mode)
  /src/external/gpl3/gcc.old/dist/gcc/
machmode.h 556 /* Return the base GET_MODE_BITSIZE value for MODE. */
654 #define GET_MODE_BITSIZE(MODE) ((unsigned short) mode_to_bits (MODE).coeffs[0])
657 GET_MODE_BITSIZE (machine_mode mode)
664 GET_MODE_BITSIZE (const T &mode)
671 GET_MODE_BITSIZE (const T &mode)

Completed in 48 milliseconds