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

  /src/external/gpl3/gcc/dist/gcc/
machmode.h 562 mode_to_bytes (machine_mode mode) function
577 return mode_to_bytes (mode) * BITS_PER_UNIT;
644 #define GET_MODE_SIZE(MODE) ((unsigned short) mode_to_bytes (MODE).coeffs[0])
649 return mode_to_bytes (mode);
656 return mode_to_bytes (mode);
663 return mode_to_bytes (mode).coeffs[0];
864 return mode_to_bytes (mode).is_constant ();
  /src/external/gpl3/gcc.old/dist/gcc/
machmode.h 546 mode_to_bytes (machine_mode mode) function
561 return mode_to_bytes (mode) * BITS_PER_UNIT;
628 #define GET_MODE_SIZE(MODE) ((unsigned short) mode_to_bytes (MODE).coeffs[0])
633 return mode_to_bytes (mode);
640 return mode_to_bytes (mode);
647 return mode_to_bytes (mode).coeffs[0];
832 return mode_to_bytes (mode).is_constant ();

Completed in 25 milliseconds