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

/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c6979 alpha_fold_vector_minmax (enum tree_code code, tree op[], tree vtype)
7201 return alpha_fold_vector_minmax (MIN_EXPR, op, alpha_v8qi_u);
7203 return alpha_fold_vector_minmax (MIN_EXPR, op, alpha_v8qi_s);
7205 return alpha_fold_vector_minmax (MIN_EXPR, op, alpha_v4hi_u);
7207 return alpha_fold_vector_minmax (MIN_EXPR, op, alpha_v4hi_s);
7209 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v8qi_u);
7211 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v8qi_s);
7213 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v4hi_u);
7215 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v4hi_s);
6964 alpha_fold_vector_minmax (enum tree_code code, tree op[], tree vtype) function

Completed in 96 milliseconds