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

  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 1226 unsigned int max_bitsize = BITS_PER_WORD;
1228 if (op0_mode.exists (&imode) && GET_MODE_BITSIZE (imode) < max_bitsize)
1229 max_bitsize = GET_MODE_BITSIZE (imode);
1232 MEM_ALIGN (op0), max_bitsize, MEM_VOLATILE_P (op0),
1224 unsigned int max_bitsize = BITS_PER_WORD; local
expmed.cc 1226 unsigned int max_bitsize = BITS_PER_WORD;
1228 if (op0_mode.exists (&imode) && GET_MODE_BITSIZE (imode) < max_bitsize)
1229 max_bitsize = GET_MODE_BITSIZE (imode);
1232 MEM_ALIGN (op0), max_bitsize, MEM_VOLATILE_P (op0),
1224 unsigned int max_bitsize = BITS_PER_WORD; local
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 1219 unsigned int max_bitsize = BITS_PER_WORD;
1221 if (op0_mode.exists (&imode) && GET_MODE_BITSIZE (imode) < max_bitsize)
1222 max_bitsize = GET_MODE_BITSIZE (imode);
1225 MEM_ALIGN (op0), max_bitsize, MEM_VOLATILE_P (op0),
1217 unsigned int max_bitsize = BITS_PER_WORD; local
expmed.cc 1219 unsigned int max_bitsize = BITS_PER_WORD;
1221 if (op0_mode.exists (&imode) && GET_MODE_BITSIZE (imode) < max_bitsize)
1222 max_bitsize = GET_MODE_BITSIZE (imode);
1225 MEM_ALIGN (op0), max_bitsize, MEM_VOLATILE_P (op0),
1217 unsigned int max_bitsize = BITS_PER_WORD; local

Completed in 195 milliseconds