OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alpha_fold_vector_minmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc
6915
alpha_fold_vector_minmax
(enum tree_code code, tree op[], tree vtype)
7137
return
alpha_fold_vector_minmax
(MIN_EXPR, op, alpha_v8qi_u);
7139
return
alpha_fold_vector_minmax
(MIN_EXPR, op, alpha_v8qi_s);
7141
return
alpha_fold_vector_minmax
(MIN_EXPR, op, alpha_v4hi_u);
7143
return
alpha_fold_vector_minmax
(MIN_EXPR, op, alpha_v4hi_s);
7145
return
alpha_fold_vector_minmax
(MAX_EXPR, op, alpha_v8qi_u);
7147
return
alpha_fold_vector_minmax
(MAX_EXPR, op, alpha_v8qi_s);
7149
return
alpha_fold_vector_minmax
(MAX_EXPR, op, alpha_v4hi_u);
7151
return
alpha_fold_vector_minmax
(MAX_EXPR, op, alpha_v4hi_s);
6900
alpha_fold_vector_minmax
(enum tree_code code, tree op[], tree vtype)
function
/src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc
6900
alpha_fold_vector_minmax
(enum tree_code code, tree op[], tree vtype)
7122
return
alpha_fold_vector_minmax
(MIN_EXPR, op, alpha_v8qi_u);
7124
return
alpha_fold_vector_minmax
(MIN_EXPR, op, alpha_v8qi_s);
7126
return
alpha_fold_vector_minmax
(MIN_EXPR, op, alpha_v4hi_u);
7128
return
alpha_fold_vector_minmax
(MIN_EXPR, op, alpha_v4hi_s);
7130
return
alpha_fold_vector_minmax
(MAX_EXPR, op, alpha_v8qi_u);
7132
return
alpha_fold_vector_minmax
(MAX_EXPR, op, alpha_v8qi_s);
7134
return
alpha_fold_vector_minmax
(MAX_EXPR, op, alpha_v4hi_u);
7136
return
alpha_fold_vector_minmax
(MAX_EXPR, op, alpha_v4hi_s);
6885
alpha_fold_vector_minmax
(enum tree_code code, tree op[], tree vtype)
function
Completed in 21 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026