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

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 4161 int const_shift = 0;
4252 const_shift = 8;
4258 const_shift = 16;
4262 const_shift = 24;
4267 const_shift = 32;
4271 const_shift = 40;
4276 const_shift = 48;
4280 const_shift = 56;
4300 op = GEN_INT (((long long) INTVAL (op) >> const_shift) & 0xffff);
4151 int const_shift = 0; local
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 6624 unsigned int const_shift = TREE_INT_CST_LOW (shift); local
6636 const_shift + 1);
6637 /* We need CONST_SHIFT fewer bits of the input. */
6638 min_input_precision = (MAX (operation_precision, const_shift)
6639 - const_shift);
6643 /* We need CONST_SHIFT extra bits to do the operation. */
6645 + const_shift);
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 4161 int const_shift = 0;
4252 const_shift = 8;
4258 const_shift = 16;
4262 const_shift = 24;
4267 const_shift = 32;
4271 const_shift = 40;
4276 const_shift = 48;
4280 const_shift = 56;
4300 op = GEN_INT (((long long) INTVAL (op) >> const_shift) & 0xffff);
4151 int const_shift = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 5344 unsigned int const_shift = TREE_INT_CST_LOW (shift); local
5356 const_shift + 1);
5357 /* We need CONST_SHIFT fewer bits of the input. */
5358 min_input_precision = (MAX (operation_precision, const_shift)
5359 - const_shift);
5363 /* We need CONST_SHIFT extra bits to do the operation. */
5365 + const_shift);

Completed in 88 milliseconds