Searched refs:bitsize (Results 1 - 25 of 161) sorted by relevance

1234567

/haiku-buildtools/legacy/gcc/gcc/
H A Dexpmed.c223 store_bit_field (str_rtx, bitsize, bitnum, fieldmode, value, align, total_size)
225 register int bitsize;
300 || (offset * BITS_PER_UNIT % bitsize == 0
302 && bitpos == 0 && bitsize == GET_MODE_BITSIZE (fieldmode))
334 && (BYTES_BIG_ENDIAN ? bitpos + bitsize == unit : bitpos == 0)
335 && bitsize == GET_MODE_BITSIZE (fieldmode)
377 if (bitsize > BITS_PER_WORD)
387 int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD;
403 ? MAX (bitsize - (i + 1) * BITS_PER_WORD, 0)
406 bitsize
[all...]
/haiku-buildtools/gcc/gcc/
H A Dexpmed.c103 mask_rtx (machine_mode mode, int bitpos, int bitsize, bool complement) argument
106 (wi::shifted_mask (bitpos, bitsize, complement,
353 unsigned HOST_WIDE_INT bitsize,
361 HOST_WIDE_INT size = ((*new_bitnum + bitsize + BITS_PER_UNIT - 1)
386 rtx op0, HOST_WIDE_INT bitsize,
393 bit_field_mode_iterator iter (bitsize, bitnum, bitregion_start,
419 return narrow_bit_field_mem (op0, best_mode, bitsize, bitnum,
431 unsigned HOST_WIDE_INT bitsize,
436 && (bitnum + bitsize == GET_MODE_BITSIZE (struct_mode)
437 || (bitnum + bitsize)
352 narrow_bit_field_mem(rtx mem, machine_mode mode, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, unsigned HOST_WIDE_INT *new_bitnum) argument
385 adjust_bit_field_mem_for_reg(enum extraction_pattern pattern, rtx op0, HOST_WIDE_INT bitsize, HOST_WIDE_INT bitnum, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end, machine_mode fieldmode, unsigned HOST_WIDE_INT *new_bitnum) argument
430 lowpart_bit_field_p(unsigned HOST_WIDE_INT bitnum, unsigned HOST_WIDE_INT bitsize, machine_mode struct_mode) argument
449 strict_volatile_bitfield_p(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, machine_mode fieldmode, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end) argument
497 simple_mem_bitfield_p(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, machine_mode mode) argument
512 store_bit_field_using_insv(const extraction_insn *insv, rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, rtx value) argument
644 store_bit_field_1(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end, machine_mode fieldmode, rtx value, bool fallback_p) argument
969 store_bit_field(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end, machine_mode fieldmode, rtx value) argument
1041 store_fixed_bit_field(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end, rtx value) argument
1082 store_fixed_bit_field_1(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, rtx value) argument
1184 store_split_bit_field(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end, rtx value) argument
1355 extract_bit_field_using_extv(const extraction_insn *extv, rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode) argument
1439 extract_bit_field_1(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode, bool fallback_p) argument
1784 extract_bit_field(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, machine_mode mode, machine_mode tmode) argument
1831 extract_fixed_bit_field(machine_mode tmode, rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, rtx target, int unsignedp) argument
1858 extract_fixed_bit_field_1(machine_mode tmode, rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, rtx target, int unsignedp) argument
1951 extract_split_bit_field(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, int unsignedp) argument
[all...]
H A Dstor-layout.c352 if (int_n_data[i].bitsize == size
394 if (int_n_data[i].bitsize >= size
395 && int_n_data[i].bitsize < GET_MODE_PRECISION (mode)
455 unsigned int bitsize = GET_MODE_BITSIZE (mode);
456 if (SCALAR_INT_MODE_P (mode) && bitsize <= MAX_FIXED_MODE_SIZE)
469 trial = mode_for_size (bitsize, MODE_COMPLEX_INT, false);
477 if (VECTOR_MODE_P (mode) || bitsize > MAX_FIXED_MODE_SIZE)
481 trial = mode_for_size (bitsize, MODE_VECTOR_INT, 0);
489 return mode_for_size (bitsize, MODE_INT, true);
1421 HOST_WIDE_INT bitsize
453 unsigned int bitsize = GET_MODE_BITSIZE (mode); local
1417 HOST_WIDE_INT bitsize = tree_to_uhwi (DECL_SIZE (field)); local
1496 unsigned HOST_WIDE_INT bitsize local
1877 unsigned HOST_WIDE_INT bitsize, maxbitsize; local
2735 bit_field_mode_iterator(HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos, HOST_WIDE_INT bitregion_start, HOST_WIDE_INT bitregion_end, unsigned int align, bool volatilep) argument
2847 get_best_mode(int bitsize, int bitpos, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end, unsigned int align, machine_mode largest_mode, bool volatilep) argument
[all...]
H A Dtree-dfa.c418 offset_int bitsize = -1; local
435 bitsize = int (GET_MODE_PRECISION (mode));
439 bitsize = wi::to_offset (size_tree);
443 maxsize = bitsize;
501 /* We need to adjust maxsize to the whole structure bitsize.
542 /* We need to adjust maxsize to the whole array bitsize.
563 bit_offset += bitsize;
636 if (!wi::fits_shwi_p (bitsize) || wi::neg_p (bitsize))
645 *psize = bitsize
[all...]
H A Dexpr.c2153 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD);
2220 machine_mode mem_mode = mode_for_size (bitsize, MODE_INT, 1);
2229 bitpos += bitsize, xbitpos += bitsize)
2246 store_bit_field (dst, bitsize, bitpos % BITS_PER_WORD, 0, 0, copy_mode,
2247 extract_bit_field (src, bitsize,
2263 unsigned int bitsize;
2294 bitsize = MIN (TYPE_ALIGN (TREE_TYPE (src)), BITS_PER_WORD);
2299 bitpos += bitsize, xbitpos += bitsize)
2148 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD); local
2258 unsigned int bitsize; local
4457 optimize_bitfield_assignment_op(unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end, machine_mode mode1, rtx str_rtx, tree to, tree src) argument
4815 HOST_WIDE_INT bitsize, bitpos; local
5901 store_constructor_field(rtx target, unsigned HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos, machine_mode mode, tree exp, int cleared, alias_set_type alias_set) argument
6029 HOST_WIDE_INT bitsize; local
6227 HOST_WIDE_INT bitsize; local
6398 HOST_WIDE_INT bitsize; local
6551 store_field(rtx target, HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos, unsigned HOST_WIDE_INT bitregion_start, unsigned HOST_WIDE_INT bitregion_end, machine_mode mode, tree exp, alias_set_type alias_set, bool nontemporal) argument
7639 HOST_WIDE_INT bitsize, bitpos; local
9159 int bitsize = GET_MODE_BITSIZE (GET_MODE_INNER (vec_mode)); local
10116 HOST_WIDE_INT bitsize = TREE_INT_CST_LOW (DECL_SIZE (field)); local
10146 HOST_WIDE_INT bitsize, bitpos; local
10505 HOST_WIDE_INT bitsize, bitpos; local
[all...]
H A Dtree-vect-generic.c145 tree t, tree bitsize, tree bitpos)
148 return gimplify_build3 (gsi, BIT_FIELD_REF, type, t, bitsize, bitpos);
155 tree b ATTRIBUTE_UNUSED, tree bitpos, tree bitsize,
158 a = tree_vec_extract (gsi, inner_type, a, bitsize, bitpos);
164 tree bitpos, tree bitsize, enum tree_code code)
167 a = tree_vec_extract (gsi, inner_type, a, bitsize, bitpos);
169 b = tree_vec_extract (gsi, inner_type, b, bitsize, bitpos);
181 tree bitpos, tree bitsize, enum tree_code code)
185 a = tree_vec_extract (gsi, inner_type, a, bitsize, bitpos);
186 b = tree_vec_extract (gsi, inner_type, b, bitsize, bitpo
144 tree_vec_extract(gimple_stmt_iterator *gsi, tree type, tree t, tree bitsize, tree bitpos) argument
154 do_unop(gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b ATTRIBUTE_UNUSED, tree bitpos, tree bitsize, enum tree_code code) argument
163 do_binop(gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, tree bitpos, tree bitsize, enum tree_code code) argument
180 do_compare(gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, tree bitpos, tree bitsize, enum tree_code code) argument
1445 do_cond(gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, tree bitpos, tree bitsize, enum tree_code code) argument
[all...]
H A Dtoplev.c2005 standard_type_bitsize (int bitsize) argument
2008 if (bitsize == 128)
2010 if (bitsize == CHAR_TYPE_SIZE
2011 || bitsize == SHORT_TYPE_SIZE
2012 || bitsize == INT_TYPE_SIZE
2013 || bitsize == LONG_TYPE_SIZE
2014 || bitsize == LONG_LONG_TYPE_SIZE)
2043 && ! standard_type_bitsize (int_n_data[i].bitsize))
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-apollo.c81 switch (internal->bitsize)
90 switch (internal->bitsize)
H A Delf32-d30v.c114 if (howto->pc_relative && howto->bitsize == 32)
213 mask = (1 << howto->bitsize) - 1;
214 if (howto->bitsize == 6)
216 max = (1 << (howto->bitsize + 2)) - 1;
220 if (howto->bitsize == 6)
243 if (howto->bitsize == 6)
H A Dcpu-ns32k.c372 need to compute the value in a size larger than bitsize, but we
392 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
410 overflow if howto->bitsize is the number of bits in
413 (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
422 overflow if howto->bitsize is the number of bits in
424 bfd_vma reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
693 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
704 overflow if howto->bitsize is the number of bits in
707 (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
716 overflow if howto->bitsize i
[all...]
H A Dnlm32-i386.c157 || rel->howto->bitsize != 32
281 && rel->howto->bitsize == 32
305 && rel->howto->bitsize == 32
H A Dnlm32-ppc.c497 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
673 || rel->howto->bitsize != 32
780 && howto->bitsize == rel->howto->bitsize
802 l_rtype |= (howto->bitsize - 1) << 8;
H A Dreloc.c305 . unsigned int bitsize;
476 unsigned int bitsize,
483 @var{bitsize} significant bits and will be shifted right by
492 unsigned int bitsize,
504 fieldmask = N_ONES (bitsize);
798 need to compute the value in a size larger than bitsize, but we
806 howto->bitsize,
1178 need to compute the value in a size larger than bitsize, but we
1185 howto->bitsize,
1434 fieldmask = N_ONES (howto->bitsize);
491 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
[all...]
H A Dcoff-m88k.c108 relocation += ((reloc_entry->addend << howto->bitsize) + x);
154 16, /* bitsize */
168 26, /* bitsize */
182 16, /* bitsize */
196 16, /* bitsize */
210 16, /* bitsize */
224 32, /* bitsize */
H A Dxcoff-target.h32 | (howto->bitsize - 1)); \
/haiku-buildtools/binutils/bfd/
H A Dcoff-apollo.c78 switch (internal->bitsize)
87 switch (internal->bitsize)
H A Delf32-d30v.c113 if (howto->pc_relative && howto->bitsize == 32)
212 mask = (1 << howto->bitsize) - 1;
213 if (howto->bitsize == 6)
215 max = (1 << (howto->bitsize + 2)) - 1;
219 if (howto->bitsize == 6)
242 if (howto->bitsize == 6)
H A Dcpu-ns32k.c359 need to compute the value in a size larger than bitsize, but we
379 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
397 overflow if howto->bitsize is the number of bits in
400 (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
409 overflow if howto->bitsize is the number of bits in
411 bfd_vma reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
679 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
690 overflow if howto->bitsize is the number of bits in
693 (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
702 overflow if howto->bitsize i
[all...]
H A Dnlm32-i386.c157 || rel->howto->bitsize != 32
281 && rel->howto->bitsize == 32
305 && rel->howto->bitsize == 32
H A Dreloc.c304 . unsigned int bitsize;
473 unsigned int bitsize,
480 @var{bitsize} significant bits and will be shifted right by
489 unsigned int bitsize,
501 fieldmask = N_ONES (bitsize);
800 need to compute the value in a size larger than bitsize, but we
808 howto->bitsize,
1186 need to compute the value in a size larger than bitsize, but we
1193 howto->bitsize,
1446 fieldmask = N_ONES (howto->bitsize);
488 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
[all...]
H A Dnlm32-ppc.c497 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
673 || rel->howto->bitsize != 32
780 && howto->bitsize == rel->howto->bitsize
802 l_rtype |= (howto->bitsize - 1) << 8;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001203-2.c32 int bitsize; member in struct:type::field
/haiku-buildtools/binutils/opcodes/
H A Dnds32-dis.c154 N32_IMMS ((insn >> pfd->bitpos), pfd->bitsize) << pfd->shift;
156 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
165 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
313 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
334 pfd->bitsize) << pfd->shift;
337 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
400 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
429 N32_IMMS ((insn >> pfd->bitpos), pfd->bitsize) << pfd->shift;
432 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
/haiku-buildtools/legacy/binutils/binutils/
H A Dcoffgrok.h207 int bitsize; member in struct:coff_where
/haiku-buildtools/binutils/binutils/
H A Dcoffgrok.h203 int bitsize; member in struct:coff_where

Completed in 234 milliseconds

1234567