HomeSort by: relevance | last modified time | path
    Searched defs:xbitpos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 3511 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0;
3585 for (bitpos = 0, xbitpos = padding_correction;
3587 bitpos += bitsize, xbitpos += bitsize)
3589 /* We need a new source operand each time xbitpos is on a
3590 word boundary and when xbitpos == padding_correction
3592 if (xbitpos % BITS_PER_WORD == 0 || xbitpos == padding_correction)
3593 src = operand_subword_force (srcreg, xbitpos / BITS_PER_WORD, mode);
3602 /* Use xbitpos for the source extraction (right justified) and
3606 xbitpos % BITS_PER_WORD, 1
3505 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0; local
3616 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0, bytes; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 2908 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0;
2982 for (bitpos = 0, xbitpos = padding_correction;
2984 bitpos += bitsize, xbitpos += bitsize)
2986 /* We need a new source operand each time xbitpos is on a
2987 word boundary and when xbitpos == padding_correction
2989 if (xbitpos % BITS_PER_WORD == 0 || xbitpos == padding_correction)
2990 src = operand_subword_force (srcreg, xbitpos / BITS_PER_WORD, mode);
2999 /* Use xbitpos for the source extraction (right justified) and
3003 xbitpos % BITS_PER_WORD, 1
2902 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0; local
3013 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0, bytes; local
    [all...]

Completed in 49 milliseconds