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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 1774 unsigned HOST_WIDE_INT shift_mask, double_shift_mask;
1777 double_shift_mask = targetm.shift_truncation_mask (int_mode);
1784 if (double_shift_mask > 0 && CONST_INT_P (op1))
1785 op1 = gen_int_mode (INTVAL (op1) & double_shift_mask, op1_mode);
1792 if (double_shift_mask == 0
1794 && double_shift_mask == BITS_PER_WORD * 2 - 1))
1768 unsigned HOST_WIDE_INT shift_mask, double_shift_mask; local
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 1789 unsigned HOST_WIDE_INT shift_mask, double_shift_mask;
1792 double_shift_mask = targetm.shift_truncation_mask (int_mode);
1799 if (double_shift_mask > 0 && CONST_INT_P (op1))
1800 op1 = gen_int_mode (INTVAL (op1) & double_shift_mask, op1_mode);
1807 if (double_shift_mask == 0
1809 && double_shift_mask == BITS_PER_WORD * 2 - 1))
1783 unsigned HOST_WIDE_INT shift_mask, double_shift_mask; local

Completed in 22 milliseconds