Searched refs:dfirst (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dreloc-ldflags68 dfirst=`echo "$dir" | sed -n -e 's,^//*\([^/]*\).*$,/\1,p'`
70 if test -z "$dfirst" || test -z "$ifirst"; then
73 if test "$dfirst" != "$ifirst"; then
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc20067 struct expand_vec_perm_d dfirst, dsecond; local
20142 /* Found a usable second shuffle. dfirst will be
20145 dfirst = *d;
20146 dfirst.target = gen_reg_rtx (d->vmode);
20148 dfirst.perm[i] = (i & (nelt2 - 1))
20151 canonicalize_perm (&dfirst);
20152 ok = expand_vec_perm_1 (&dfirst);
20160 dsecond.op1 = dfirst.target;
20261 struct expand_vec_perm_d dfirst, dsecond; local
20273 dfirst
20330 struct expand_vec_perm_d dfirst, dsecond, dfinal; local
20449 struct expand_vec_perm_d dfirst, dsecond, dfinal; local
20566 struct expand_vec_perm_d dfirst, dsecond, dthird; local
20620 struct expand_vec_perm_d dfirst, dsecond, dthird; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c17858 struct expand_vec_perm_d dfirst, dsecond; local
17933 /* Found a usable second shuffle. dfirst will be
17936 dfirst = *d;
17937 dfirst.target = gen_reg_rtx (d->vmode);
17939 dfirst.perm[i] = (i & (nelt2 - 1))
17942 canonicalize_perm (&dfirst);
17943 ok = expand_vec_perm_1 (&dfirst);
17951 dsecond.op1 = dfirst.target;
18052 struct expand_vec_perm_d dfirst, dsecond; local
18064 dfirst
18119 struct expand_vec_perm_d dfirst, dsecond, dthird; local
18173 struct expand_vec_perm_d dfirst, dsecond, dthird; local
[all...]

Completed in 237 milliseconds