Home | History | Annotate | Download | only in gcc

Lines Matching defs:result_mode

1851   scalar_int_mode result_mode;
1983 if (CONST_SCALAR_INT_P (op) && is_a <scalar_int_mode> (mode, &result_mode))
1985 unsigned int width = GET_MODE_PRECISION (result_mode);
1991 ? result_mode
2021 result = wi::shwi (wi::ffs (op0), result_mode);
2029 result = wi::shwi (int_value, result_mode);
2033 result = wi::shwi (wi::clrsb (op0), result_mode);
2041 result = wi::shwi (int_value, result_mode);
2045 result_mode);
2049 result = wi::shwi (wi::parity (op0), result_mode);
2084 return immed_wide_int_const (result, result_mode);
2149 && is_int_mode (mode, &result_mode))
2151 unsigned int width = GET_MODE_PRECISION (result_mode);