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

  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 1861 int last_byte_offset;
1930 last_byte_offset = (bit_offset + bitsize - 1) / BITS_PER_UNIT;
1931 addr_hi = force_reg (Pmode, plus_constant (Pmode, mema, last_byte_offset));
1857 int last_byte_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 1601 int last_byte_offset;
1660 last_byte_offset = (bit_offset + bitsize - 1) / BITS_PER_UNIT;
1661 addr_hi = force_reg (Pmode, plus_constant (Pmode, mema, last_byte_offset));
1597 int last_byte_offset; local

Completed in 20 milliseconds