Searched refs:clear_zero_bit_copies (Results 1 – 4 of 4) sorted by relevance
3780 int clear_zero_bit_copies = 0; in nds32_expand_constant() local3786 clear_zero_bit_copies = __builtin_ctz (remainder); in nds32_expand_constant()3791 HOST_WIDE_INT zero_shift_mask = (1 << clear_zero_bit_copies) - 1; in nds32_expand_constant()3803 else if (clear_zero_bit_copies > 0 && clear_sign_bit_copies < 17 in nds32_expand_constant()3808 rtx shift = GEN_INT (clear_zero_bit_copies); in nds32_expand_constant()
4885 int clear_zero_bit_copies = 0; in arm_gen_constant() local5055 clear_zero_bit_copies++; in arm_gen_constant()5112 if (clear_sign_bit_copies + clear_zero_bit_copies <= 16) in arm_gen_constant()5376 if (clear_zero_bit_copies >= 16 && clear_zero_bit_copies < 24) in arm_gen_constant()5378 HOST_WIDE_INT shift_mask = (1 << clear_zero_bit_copies) - 1; in arm_gen_constant()5404 rtx shift = GEN_INT (clear_zero_bit_copies); in arm_gen_constant()
4958 int clear_zero_bit_copies = 0; in arm_gen_constant() local5128 clear_zero_bit_copies++; in arm_gen_constant()5185 if (clear_sign_bit_copies + clear_zero_bit_copies <= 16) in arm_gen_constant()5449 if (clear_zero_bit_copies >= 16 && clear_zero_bit_copies < 24) in arm_gen_constant()5451 HOST_WIDE_INT shift_mask = (1 << clear_zero_bit_copies) - 1; in arm_gen_constant()5477 rtx shift = GEN_INT (clear_zero_bit_copies); in arm_gen_constant()