Home
last modified time | relevance | path

Searched refs:modesize (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c825 unsigned int modesize; in mergeable_string_section() local
833 modesize = GET_MODE_BITSIZE (mode); in mergeable_string_section()
834 if (modesize >= 8 && modesize <= 256 in mergeable_string_section()
835 && (modesize & (modesize - 1)) == 0) in mergeable_string_section()
837 if (align < modesize) in mergeable_string_section()
838 align = modesize; in mergeable_string_section()
858 modesize / 8, (int) (align / 8)); in mergeable_string_section()
859 flags |= (modesize / 8) | SECTION_MERGE | SECTION_STRINGS; in mergeable_string_section()
H A Dexpmed.c542 unsigned HOST_WIDE_INT modesize = GET_MODE_BITSIZE (fieldmode); in strict_volatile_bitfield_p() local
553 if (bitsize > modesize || modesize > BITS_PER_WORD) in strict_volatile_bitfield_p()
557 if (bitnum % modesize + bitsize > modesize) in strict_volatile_bitfield_p()
563 if (MEM_ALIGN (op0) < modesize) in strict_volatile_bitfield_p()
568 && (maybe_lt (bitnum - bitnum % modesize, bitregion_start) in strict_volatile_bitfield_p()
569 || maybe_gt (bitnum - bitnum % modesize + modesize - 1, in strict_volatile_bitfield_p()
H A Dstor-layout.c2141 unsigned HOST_WIDE_INT modesize = GET_MODE_BITSIZE (mode); in finish_bitfield_representative() local
2142 DECL_SIZE (repr) = bitsize_int (modesize); in finish_bitfield_representative()
2143 DECL_SIZE_UNIT (repr) = size_int (modesize / BITS_PER_UNIT); in finish_bitfield_representative()
H A Dexpr.c825 unsigned int modesize = GET_MODE_SIZE (mode); in by_pieces_ninsns() local
830 unsigned HOST_WIDE_INT n_pieces = l / modesize; in by_pieces_ninsns()
831 l %= modesize; in by_pieces_ninsns()
849 max_size = modesize; in by_pieces_ninsns()
H A Dfold-const.c6057 int modesize = GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE (type)); in unextend() local
6060 if (p == modesize || unsignedp) in unextend()
6078 temp = const_binop (LSHIFT_EXPR, temp, size_int (modesize - 1)); in unextend()
6079 temp = const_binop (RSHIFT_EXPR, temp, size_int (modesize - p - 1)); in unextend()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarasm.cc877 unsigned int modesize; in mergeable_string_section() local
885 modesize = GET_MODE_BITSIZE (mode); in mergeable_string_section()
886 if (modesize >= 8 && modesize <= 256 in mergeable_string_section()
887 && (modesize & (modesize - 1)) == 0) in mergeable_string_section()
889 if (align < modesize) in mergeable_string_section()
890 align = modesize; in mergeable_string_section()
910 modesize / 8, (int) (align / 8)); in mergeable_string_section()
911 flags |= (modesize / 8) | SECTION_MERGE | SECTION_STRINGS; in mergeable_string_section()
H A Dexpmed.cc546 unsigned HOST_WIDE_INT modesize = GET_MODE_BITSIZE (fieldmode); in strict_volatile_bitfield_p() local
557 if (bitsize > modesize || modesize > BITS_PER_WORD) in strict_volatile_bitfield_p()
561 if (bitnum % modesize + bitsize > modesize) in strict_volatile_bitfield_p()
567 if (MEM_ALIGN (op0) < modesize) in strict_volatile_bitfield_p()
572 && (maybe_lt (bitnum - bitnum % modesize, bitregion_start) in strict_volatile_bitfield_p()
573 || maybe_gt (bitnum - bitnum % modesize + modesize - 1, in strict_volatile_bitfield_p()
H A Dstor-layout.cc2157 unsigned HOST_WIDE_INT modesize = GET_MODE_BITSIZE (mode); in finish_bitfield_representative() local
2158 DECL_SIZE (repr) = bitsize_int (modesize); in finish_bitfield_representative()
2159 DECL_SIZE_UNIT (repr) = size_int (modesize / BITS_PER_UNIT); in finish_bitfield_representative()
H A Dexpr.cc903 unsigned int modesize = GET_MODE_SIZE (mode); in by_pieces_ninsns() local
908 unsigned HOST_WIDE_INT n_pieces = l / modesize; in by_pieces_ninsns()
909 l %= modesize; in by_pieces_ninsns()
927 max_size = modesize; in by_pieces_ninsns()
H A Dfold-const.cc6139 int modesize = GET_MODE_BITSIZE (SCALAR_INT_TYPE_MODE (type)); in unextend() local
6142 if (p == modesize || unsignedp) in unextend()
6160 temp = const_binop (LSHIFT_EXPR, temp, size_int (modesize - 1)); in unextend()
6161 temp = const_binop (RSHIFT_EXPR, temp, size_int (modesize - p - 1)); in unextend()
H A DChangeLog-20151583 * (<modesize>): New mode attribute
H A DChangeLog-201448094 than just last modesize bytes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c881 HOST_WIDE_INT modesize; in get_csky_jump_table_size() local
883 modesize = GET_MODE_SIZE (GET_MODE (body)); in get_csky_jump_table_size()
884 size = modesize * XVECLEN (body, elt); in get_csky_jump_table_size()
885 switch (modesize) in get_csky_jump_table_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc967 HOST_WIDE_INT modesize; in get_csky_jump_table_size() local
969 modesize = GET_MODE_SIZE (GET_MODE (body)); in get_csky_jump_table_size()
970 size = modesize * XVECLEN (body, elt); in get_csky_jump_table_size()
971 switch (modesize) in get_csky_jump_table_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.cc1384 const unsigned int modesize = GET_MODE_BITSIZE (mode).to_constant (); in darwin_mergeable_constant_section() local
1386 if (modesize > align) in darwin_mergeable_constant_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.c1374 const unsigned int modesize = GET_MODE_BITSIZE (mode).to_constant (); in darwin_mergeable_constant_section() local
1376 if (modesize > align) in darwin_mergeable_constant_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c6439 rtx modesize; in expand_small_cpymem_or_setmem() local
6465 modesize = GEN_INT (GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
6474 srcmem = offset_address (srcmem, modesize, GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
6476 destmem = offset_address (destmem, modesize, GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
6495 srcmem = offset_address (srcmem, modesize, GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
6497 destmem = offset_address (destmem, modesize, GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
6572 rtx modesize; in expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves() local
6652 modesize = GEN_INT (GET_MODE_SIZE (mode)); in expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves()
6660 srcmem = offset_address (srcmem, modesize, GET_MODE_SIZE (mode)); in expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves()
6662 destmem = offset_address (destmem, modesize, GET_MODE_SIZE (mode)); in expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc7595 rtx modesize; in expand_small_cpymem_or_setmem() local
7621 modesize = GEN_INT (GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
7630 srcmem = offset_address (srcmem, modesize, GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
7632 destmem = offset_address (destmem, modesize, GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
7651 srcmem = offset_address (srcmem, modesize, GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
7653 destmem = offset_address (destmem, modesize, GET_MODE_SIZE (mode)); in expand_small_cpymem_or_setmem()
7728 rtx modesize; in expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves() local
7808 modesize = GEN_INT (GET_MODE_SIZE (mode)); in expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves()
7816 srcmem = offset_address (srcmem, modesize, GET_MODE_SIZE (mode)); in expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves()
7818 destmem = offset_address (destmem, modesize, GET_MODE_SIZE (mode)); in expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c1633 HOST_WIDE_INT modesize = GET_MODE_BITSIZE (GET_MODE (inner)); in s390_canonicalize_comparison() local
1637 if (len > 0 && len < modesize in s390_canonicalize_comparison()
1638 && pos >= 0 && pos + len <= modesize in s390_canonicalize_comparison()
1639 && modesize <= HOST_BITS_PER_WIDE_INT) in s390_canonicalize_comparison()
1643 block <<= modesize - pos - len; in s390_canonicalize_comparison()
H A Ds390.md853 (define_mode_attr modesize [(DI "8") (SI "4")])
3586 (subreg:P (match_dup 3) <modesize>)]
3599 (subreg:P (match_dup 3) <modesize>)]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc1695 HOST_WIDE_INT modesize = GET_MODE_BITSIZE (GET_MODE (inner)); in s390_canonicalize_comparison() local
1699 if (len > 0 && len < modesize in s390_canonicalize_comparison()
1700 && pos >= 0 && pos + len <= modesize in s390_canonicalize_comparison()
1701 && modesize <= HOST_BITS_PER_WIDE_INT) in s390_canonicalize_comparison()
1705 block <<= modesize - pos - len; in s390_canonicalize_comparison()
H A Ds390.md879 (define_mode_attr modesize [(DI "8") (SI "4")])
3693 (subreg:P (match_dup 3) <modesize>)]
3706 (subreg:P (match_dup 3) <modesize>)]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c17212 HOST_WIDE_INT modesize; in get_jump_table_size() local
17214 modesize = GET_MODE_SIZE (GET_MODE (body)); in get_jump_table_size()
17215 size = modesize * XVECLEN (body, elt); in get_jump_table_size()
17216 switch (modesize) in get_jump_table_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc17387 HOST_WIDE_INT modesize; in get_jump_table_size() local
17389 modesize = GET_MODE_SIZE (GET_MODE (body)); in get_jump_table_size()
17390 size = modesize * XVECLEN (body, elt); in get_jump_table_size()
17391 switch (modesize) in get_jump_table_size()