Searched refs:modesize (Results 1 – 3 of 3) sorted by relevance
667 unsigned int modesize; in mergeable_string_section() local674 modesize = GET_MODE_BITSIZE (mode); in mergeable_string_section()675 if (modesize >= 8 && modesize <= 256 in mergeable_string_section()676 && (modesize & (modesize - 1)) == 0) in mergeable_string_section()678 if (align < modesize) in mergeable_string_section()679 align = modesize; in mergeable_string_section()695 sprintf (name, ".rodata.str%d.%d", modesize / 8, in mergeable_string_section()697 flags |= (modesize / 8) | SECTION_MERGE | SECTION_STRINGS; in mergeable_string_section()713 unsigned int modesize = GET_MODE_BITSIZE (mode); in mergeable_constant_section() local718 && modesize <= align in mergeable_constant_section()
4966 int modesize = GET_MODE_BITSIZE (TYPE_MODE (type)); in unextend() local4969 if (p == modesize || unsignedp) in unextend()4987 temp = const_binop (LSHIFT_EXPR, temp, size_int (modesize - 1), 0); in unextend()4988 temp = const_binop (RSHIFT_EXPR, temp, size_int (modesize - p - 1), 0); in unextend()
638 HOST_WIDE_INT modesize = GET_MODE_BITSIZE (GET_MODE (inner)); in s390_canonicalize_comparison() local642 if (len > 0 && len < modesize in s390_canonicalize_comparison()643 && pos >= 0 && pos + len <= modesize in s390_canonicalize_comparison()644 && modesize <= HOST_BITS_PER_WIDE_INT) in s390_canonicalize_comparison()648 block <<= modesize - pos - len; in s390_canonicalize_comparison()