Searched refs:src_aligned (Results 1 – 2 of 2) sorted by relevance
14981 bool src_aligned = MEM_ALIGN (srcbase) >= BITS_PER_WORD; in arm_block_move_unaligned_straight() local14991 if (dst_aligned || src_aligned) in arm_block_move_unaligned_straight()15015 if (src_aligned && interleave_factor > 1) in arm_block_move_unaligned_straight()15064 if (src_aligned && words > 1) in arm_block_move_unaligned_straight()15078 if (src_aligned) in arm_block_move_unaligned_straight()15267 bool src_aligned = MEM_ALIGN (operands[1]) >= BITS_PER_WORD; in arm_cpymemqi_unaligned() local15273 unsigned int interleave_factor = (src_aligned || dst_aligned) ? 2 : 1; in arm_cpymemqi_unaligned()15274 HOST_WIDE_INT bytes_per_iter = (src_aligned || dst_aligned) ? 8 : 4; in arm_cpymemqi_unaligned()15467 bool src_aligned, dst_aligned; in gen_cpymem_ldrd_strd() local15493 src_aligned = MEM_ALIGN (src) >= BITS_PER_WORD; in gen_cpymem_ldrd_strd()[all …]
15156 bool src_aligned = MEM_ALIGN (srcbase) >= BITS_PER_WORD; in arm_block_move_unaligned_straight() local15166 if (dst_aligned || src_aligned) in arm_block_move_unaligned_straight()15190 if (src_aligned && interleave_factor > 1) in arm_block_move_unaligned_straight()15239 if (src_aligned && words > 1) in arm_block_move_unaligned_straight()15253 if (src_aligned) in arm_block_move_unaligned_straight()15442 bool src_aligned = MEM_ALIGN (operands[1]) >= BITS_PER_WORD; in arm_cpymemqi_unaligned() local15448 unsigned int interleave_factor = (src_aligned || dst_aligned) ? 2 : 1; in arm_cpymemqi_unaligned()15449 HOST_WIDE_INT bytes_per_iter = (src_aligned || dst_aligned) ? 8 : 4; in arm_cpymemqi_unaligned()15642 bool src_aligned, dst_aligned; in gen_cpymem_ldrd_strd() local15668 src_aligned = MEM_ALIGN (src) >= BITS_PER_WORD; in gen_cpymem_ldrd_strd()[all …]