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

  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 23444 unsigned int inner_bytes = GET_MODE_UNIT_SIZE (mode);
23459 if (TARGET_32BIT && inner_bytes >= 4)
23463 if (inner_bytes >= 8)
23469 GEN_INT (inner_bytes));
23400 unsigned int inner_bytes = GET_MODE_UNIT_SIZE (mode); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 23926 unsigned int inner_bytes = GET_MODE_UNIT_SIZE (mode);
23941 if (TARGET_32BIT && inner_bytes >= 4)
23945 if (inner_bytes >= 8)
23951 GEN_INT (inner_bytes));
23882 unsigned int inner_bytes = GET_MODE_UNIT_SIZE (mode); local

Completed in 80 milliseconds