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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 6575 static GTY(()) tree alpha_v4hi_u;
6631 alpha_v4hi_u = build_vector_type (unsigned_intHI_type_node, 4);
7141 return alpha_fold_vector_minmax (MIN_EXPR, op, alpha_v4hi_u);
7149 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v4hi_u);
6560 static GTY(()) tree alpha_v4hi_u; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 6560 static GTY(()) tree alpha_v4hi_u;
6616 alpha_v4hi_u = build_vector_type (unsigned_intHI_type_node, 4);
7126 return alpha_fold_vector_minmax (MIN_EXPR, op, alpha_v4hi_u);
7134 return alpha_fold_vector_minmax (MAX_EXPR, op, alpha_v4hi_u);
6545 static GTY(()) tree alpha_v4hi_u; variable

Completed in 20 milliseconds