Searched refs:small_mode (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/lm32/
H A Dlm32.c959 bool small_mode; local
969 small_mode = (mode == QImode) || (mode == HImode) || (mode == SImode);
989 if (small_mode)
1006 if (TARGET_BARREL_SHIFT_ENABLED && small_mode)
1018 else if (small_mode && GET_CODE (XEXP (x, 1)) == CONST_INT)
1033 if (TARGET_MULTIPLY_ENABLED && small_mode)
1054 if (TARGET_DIVIDE_ENABLED && small_mode)
1109 else if (small_mode)
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c9901 machine_mode small_mode;
9909 small_mode = from_mode;
9914 small_mode = to_mode;
9926 && (GET_MODE_SIZE (small_mode) < 8
9900 machine_mode small_mode; local

Completed in 181 milliseconds