Searched refs:shift_mask (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Doptabs.c711 unsigned HOST_WIDE_INT shift_mask)
722 if (CONSTANT_P (op1) || shift_mask >= BITS_PER_WORD)
732 the same as a zero shift (if shift_mask == BITS_PER_WORD - 1) or
738 if (shift_mask == BITS_PER_WORD - 1)
794 unsigned HOST_WIDE_INT shift_mask)
823 unsignedp, methods, shift_mask))
876 unsigned HOST_WIDE_INT shift_mask)
890 if (shift_mask >= BITS_PER_WORD
897 unsignedp, methods, shift_mask))
910 if (!CONSTANT_P (op1) && shift_mask
703 expand_subword_shift(enum machine_mode op1_mode, optab binoptab, rtx outof_input, rtx into_input, rtx op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
784 expand_doubleword_shift_condmove(enum machine_mode op1_mode, optab binoptab, enum rtx_code cmp_code, rtx cmp1, rtx cmp2, rtx outof_input, rtx into_input, rtx subword_op1, rtx superword_op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
868 expand_doubleword_shift(enum machine_mode op1_mode, optab binoptab, rtx outof_input, rtx into_input, rtx op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
1515 unsigned HOST_WIDE_INT shift_mask, double_shift_mask; local
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c9727 unsigned HOST_WIDE_INT shift_mask = ~(unsigned HOST_WIDE_INT) 0;
9729 shift_mask <<= INTVAL (shiftop);
9731 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0;
9739 unsigned HOST_WIDE_INT shift_mask = ~(unsigned HOST_WIDE_INT) 0;
9741 shift_mask >>= INTVAL (shiftop);
9743 return (INTVAL (andop) & 0xffffffff & ~shift_mask) == 0;
9755 HOST_WIDE_INT c, lsb, shift_mask;
9761 shift_mask = ~0;
9762 shift_mask <<= INTVAL (shiftop);
9768 if (-lsb != shift_mask)
9706 unsigned HOST_WIDE_INT shift_mask = ~(unsigned HOST_WIDE_INT) 0; local
9718 unsigned HOST_WIDE_INT shift_mask = ~(unsigned HOST_WIDE_INT) 0; local
9734 HOST_WIDE_INT c, lsb, shift_mask; local
9827 HOST_WIDE_INT c, lsb, shift_mask; local
12220 int shift_mask = mode == QImode ? 0x18 : 0x10; local
12527 HOST_WIDE_INT shift_mask = mode == QImode ? 0x18 : 0x10; local
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c2195 HOST_WIDE_INT shift_mask = ((0xffffffff
2199 if ((remainder | shift_mask) != 0xffffffff)
2205 remainder | shift_mask,
2213 remainder | shift_mask,
2232 HOST_WIDE_INT shift_mask = (1 << clear_zero_bit_copies) - 1;
2234 if ((remainder | shift_mask) != 0xffffffff)
2241 remainder | shift_mask,
2250 remainder | shift_mask,
2190 HOST_WIDE_INT shift_mask = ((0xffffffff local
2227 HOST_WIDE_INT shift_mask = (1 << clear_zero_bit_copies) - 1; local

Completed in 240 milliseconds