Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc21562 mips_expand_vselect_vconcat (rtx target, rtx op0, rtx op1, in mips_expand_vselect_vconcat() function
21772 if (mips_expand_vselect_vconcat (d->target, d->op0, d->op1, perm2, nelt)) in mips_expand_vec_perm_const_1()
21777 if (mips_expand_vselect_vconcat (d->target, d->op0, d->op1, in mips_expand_vec_perm_const_1()
21784 if (mips_expand_vselect_vconcat (d->target, d->op1, d->op0, perm2, nelt)) in mips_expand_vec_perm_const_1()
22334 ok = mips_expand_vselect_vconcat (fold, last, last, perm2, 2); in mips_expand_vec_reduc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c21378 mips_expand_vselect_vconcat (rtx target, rtx op0, rtx op1, in mips_expand_vselect_vconcat() function
21588 if (mips_expand_vselect_vconcat (d->target, d->op0, d->op1, perm2, nelt)) in mips_expand_vec_perm_const_1()
21593 if (mips_expand_vselect_vconcat (d->target, d->op0, d->op1, in mips_expand_vec_perm_const_1()
21600 if (mips_expand_vselect_vconcat (d->target, d->op1, d->op0, perm2, nelt)) in mips_expand_vec_perm_const_1()
22141 ok = mips_expand_vselect_vconcat (fold, last, last, perm2, 2); in mips_expand_vec_reduc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-2011263 (mips_expand_vselect, mips_expand_vselect_vconcat,
H A DChangeLog-201719091 * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.