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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 58 int clear_bytes; local
92 for (offset = 0; bytes > 0; offset += clear_bytes, bytes -= clear_bytes)
100 clear_bytes = 16;
106 clear_bytes = 8;
128 clear_bytes = 4;
133 clear_bytes = 2;
138 clear_bytes = 1;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 58 int clear_bytes; local
92 for (offset = 0; bytes > 0; offset += clear_bytes, bytes -= clear_bytes)
100 clear_bytes = 16;
106 clear_bytes = 8;
128 clear_bytes = 4;
133 clear_bytes = 2;
138 clear_bytes = 1;
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 2308 int clear_bytes;
2333 for ( ; bytes > 0; (bytes -= clear_bytes), (offset += clear_bytes))
2348 clear_bytes = GET_MODE_SIZE (mode);
2289 int clear_bytes; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 2306 int clear_bytes;
2331 for ( ; bytes > 0; (bytes -= clear_bytes), (offset += clear_bytes))
2346 clear_bytes = GET_MODE_SIZE (mode);
2287 int clear_bytes; local

Completed in 96 milliseconds