Home
last modified time | relevance | path

Searched refs:ia64_expand_vecint_minmax (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/ia64/
Dia64-protos.h52 extern bool ia64_expand_vecint_minmax (enum rtx_code, enum machine_mode, rtx[]);
Dvect.md251 if (ia64_expand_vecint_minmax (UMAX, <MODE>mode, operands))
261 if (ia64_expand_vecint_minmax (SMAX, <MODE>mode, operands))
271 if (ia64_expand_vecint_minmax (UMIN, <MODE>mode, operands))
281 if (ia64_expand_vecint_minmax (SMIN, <MODE>mode, operands))
Dia64.c1765 ia64_expand_vecint_minmax (enum rtx_code code, enum machine_mode mode, in ia64_expand_vecint_minmax() function
/freebsd-9-stable/contrib/gcc/
DChangeLog-200513510 * config/ia64/ia64.c (ia64_expand_vecint_minmax): Use us_minus and
13857 (ia64_expand_vecint_minmax): Fix size of xops.
21738 ia64_expand_vecint_compare, ia64_expand_vecint_minmax,
35793 (ia64_expand_vecint_minmax): New.