Searched refs:nzcnt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c17623 unsigned int nelt4 = nelt / 4, nzcnt = 0; local
17634 nonzero_halves[nzcnt] = i;
17635 ++nzcnt;
17638 if (nzcnt == 1)
17650 if (nzcnt <= 2)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc19832 unsigned int nelt4 = nelt / 4, nzcnt = 0; local
19843 nonzero_halves[nzcnt] = i;
19844 ++nzcnt;
19847 if (nzcnt == 1)
19859 if (nzcnt <= 2)

Completed in 315 milliseconds