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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 6576 static GTY(()) tree alpha_v4hi_s;
6632 alpha_v4hi_s = build_vector_type (intHI_type_node, 4);
7143 return alpha_fold_vector_minmax (MIN_EXPR, op, alpha_v4hi_s);
7151 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v4hi_s);
6561 static GTY(()) tree alpha_v4hi_s; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 6561 static GTY(()) tree alpha_v4hi_s;
6617 alpha_v4hi_s = build_vector_type (intHI_type_node, 4);
7128 return alpha_fold_vector_minmax (MIN_EXPR, op, alpha_v4hi_s);
7136 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v4hi_s);
6546 static GTY(()) tree alpha_v4hi_s; variable

Completed in 22 milliseconds