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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 6703 #define CEIL_NWORDS(SIZE) CEIL((SIZE), UNITS_PER_WORD)
7111 nslots = CEIL_NWORDS (nregs * GET_MODE_SIZE (mode));
7295 nregs = CEIL_NWORDS (size);
7349 nwords = CEIL_NWORDS (size);
7383 nwords = CEIL_NWORDS (size);
7640 cum->words += CEIL_NWORDS (GET_MODE_SIZE (mode));
7652 cum->words += CEIL_NWORDS (size);
7655 cum->words += CEIL_NWORDS (GET_MODE_SIZE (mode));
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 6710 #define CEIL_NWORDS(SIZE) CEIL((SIZE), UNITS_PER_WORD)
7096 nslots = CEIL_NWORDS (nregs * GET_MODE_SIZE (mode));
7280 nregs = CEIL_NWORDS (size);
7334 nwords = CEIL_NWORDS (size);
7368 nwords = CEIL_NWORDS (size);
7625 cum->words += CEIL_NWORDS (GET_MODE_SIZE (mode));
7637 cum->words += CEIL_NWORDS (size);
7640 cum->words += CEIL_NWORDS (GET_MODE_SIZE (mode));

Completed in 39 milliseconds