Lines Matching defs:base_align
339 of pointer was BASE_ALIGN. */
341 compute_current_alignment (unsigned HOST_WIDE_INT base_align,
345 return base_align;
346 return MIN (base_align, offset & -offset);
1683 BASE_ALIGN is the minimum alignment for both blocks to compare.
1698 expand_block_compare_gpr(unsigned HOST_WIDE_INT bytes, unsigned int base_align,
1747 unsigned int align = compute_current_alignment (base_align, offset);
1990 unsigned int base_align = UINTVAL (align_rtx) / BITS_PER_UNIT;
2030 && ((base_align == 1 && bytes > 16)
2031 || (base_align == 2 && bytes > 32)))
2073 expand_block_compare_gpr(bytes, base_align,
2122 BASE_ALIGN is the smaller of the alignment of the two strings.
2136 unsigned int base_align,
2166 unsigned int align = compute_current_alignment (base_align, offset);
2458 unsigned int base_align = UINTVAL (align_rtx);
2503 load_mode = select_block_compare_mode (0, bytes, base_align);
2533 if (base_align < required_align)
2552 base_align = align_test;
2557 base_align = required_align;
2633 expand_strncmp_gpr_sequence (compare_length, base_align,