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

/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c3482 unsigned tmp_mask;
3487 for (i = 0, tmp_mask = op_mask; tmp_mask; i++)
3490 if ((tmp_mask & (1 << i)) == 0)
3496 tmp_mask &= ~(1 << i);
3465 unsigned tmp_mask; local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c2361 unsigned tmp_mask = 0; local
2385 tmp_mask |= (c & 1) << ((nunit - 1 - i) * unit_size + j);
2391 *mask = tmp_mask;

Completed in 173 milliseconds