| /freebsd-10-stable/contrib/gcc/ |
| D | expmed.c | 346 store_bit_field (rtx str_rtx, unsigned HOST_WIDE_INT bitsize, in store_bit_field() argument 401 && bitsize == GET_MODE_BITSIZE (GET_MODE_INNER (GET_MODE (op0))) in store_bit_field() 453 && bitsize == GET_MODE_BITSIZE (fieldmode) in store_bit_field() 459 || (offset * BITS_PER_UNIT % bitsize == 0 in store_bit_field() 510 && (BYTES_BIG_ENDIAN ? bitpos + bitsize == unit : bitpos == 0) in store_bit_field() 511 && bitsize == GET_MODE_BITSIZE (fieldmode) in store_bit_field() 550 if (bitsize > BITS_PER_WORD) in store_bit_field() 559 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in store_bit_field() 577 ? MAX ((int) bitsize - ((int) i + 1) in store_bit_field() 583 bitsize - i * BITS_PER_WORD), in store_bit_field() [all …]
|
| D | tree-vect-generic.c | 105 tree t, tree bitsize, tree bitpos) in tree_vec_extract() argument 108 return gimplify_build3 (bsi, BIT_FIELD_REF, type, t, bitsize, bitpos); in tree_vec_extract() 115 tree b ATTRIBUTE_UNUSED, tree bitpos, tree bitsize, in do_unop() argument 118 a = tree_vec_extract (bsi, inner_type, a, bitsize, bitpos); in do_unop() 124 tree bitpos, tree bitsize, enum tree_code code) in do_binop() argument 126 a = tree_vec_extract (bsi, inner_type, a, bitsize, bitpos); in do_binop() 127 b = tree_vec_extract (bsi, inner_type, b, bitsize, bitpos); in do_binop() 146 tree bitpos ATTRIBUTE_UNUSED, tree bitsize ATTRIBUTE_UNUSED, in do_plus_minus() 157 a = tree_vec_extract (bsi, word_type, a, bitsize, bitpos); in do_plus_minus() 158 b = tree_vec_extract (bsi, word_type, b, bitsize, bitpos); in do_plus_minus() [all …]
|
| D | expr.c | 2065 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD); in copy_blkmode_from_reg() local 2107 bitpos += bitsize, xbitpos += bitsize) in copy_blkmode_from_reg() 2124 store_bit_field (dst, bitsize, bitpos % BITS_PER_WORD, word_mode, in copy_blkmode_from_reg() 2125 extract_bit_field (src, bitsize, in copy_blkmode_from_reg() 3875 optimize_bitfield_assignment_op (unsigned HOST_WIDE_INT bitsize, in optimize_bitfield_assignment_op() argument 3887 || bitsize >= BITS_PER_WORD in optimize_bitfield_assignment_op() 3911 str_mode = get_best_mode (bitsize, bitpos, in optimize_bitfield_assignment_op() 3927 if (bitsize >= str_bitsize) in optimize_bitfield_assignment_op() 3931 if (bitpos + bitsize > str_bitsize) in optimize_bitfield_assignment_op() 3935 bitpos = str_bitsize - bitpos - bitsize; in optimize_bitfield_assignment_op() [all …]
|
| D | tree-dfa.c | 865 HOST_WIDE_INT bitsize = -1; in get_ref_base_and_extent() local 884 bitsize = GET_MODE_BITSIZE (mode); in get_ref_base_and_extent() 889 bitsize = -1; in get_ref_base_and_extent() 891 bitsize = TREE_INT_CST_LOW (size_tree); in get_ref_base_and_extent() 896 maxsize = bitsize; in get_ref_base_and_extent() 994 bitsize_int (bitsize)); in get_ref_base_and_extent() 1028 *psize = bitsize; in get_ref_base_and_extent()
|
| D | stor-layout.c | 1047 HOST_WIDE_INT bitsize = tree_low_cst (DECL_SIZE (field), 1); in place_field() local 1049 if (rli->remaining_in_alignment < bitsize) in place_field() 1058 if (typesize < bitsize) in place_field() 1061 rli->remaining_in_alignment = typesize - bitsize; in place_field() 1064 rli->remaining_in_alignment -= bitsize; in place_field() 1126 HOST_WIDE_INT bitsize = tree_low_cst (DECL_SIZE (field), 1); in place_field() local 1130 if (typesize < bitsize) in place_field() 1133 rli->remaining_in_alignment = typesize - bitsize; in place_field() 2130 get_best_mode (int bitsize, int bitpos, unsigned int align, in get_best_mode() argument 2141 if ((bitpos % unit) + bitsize <= unit) in get_best_mode() [all …]
|
| D | dojump.c | 321 HOST_WIDE_INT bitsize, bitpos; in do_jump() local 330 get_inner_reference (exp, &bitsize, &bitpos, &offset, &mode, in do_jump() 333 type = lang_hooks.types.type_for_size (bitsize, unsignedp); in do_jump() 335 && type != 0 && bitsize >= 0 in do_jump()
|
| D | LANGUAGES | 29 GCC used to store structure sizes & offsets to elements as bitsize
|
| D | tree-vect-transform.c | 784 tree bitsize, bitpos, bytesize; in vect_create_epilog_for_reduction() local 886 bitsize = TYPE_SIZE (scalar_type); in vect_create_epilog_for_reduction() 914 int element_bitsize = tree_low_cst (bitsize, 1); in vect_create_epilog_for_reduction() 993 rhs = build3 (BIT_FIELD_REF, scalar_type, vec_temp, bitsize, in vect_create_epilog_for_reduction() 1006 tree rhs = build3 (BIT_FIELD_REF, scalar_type, vec_temp, bitsize, in vect_create_epilog_for_reduction() 1044 rhs = build3 (BIT_FIELD_REF, scalar_type, new_temp, bitsize, bitpos); in vect_create_epilog_for_reduction()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | values.c | 437 int bitsize, struct value *newval) in set_internalvar_component() argument 441 if (bitsize) in set_internalvar_component() 443 bitpos, bitsize); in set_internalvar_component() 1036 int bitsize = TYPE_FIELD_BITSIZE (type, fieldno); in unpack_field_as_long() local 1047 lsbcount = (sizeof val * 8 - bitpos % 8 - bitsize); in unpack_field_as_long() 1055 if ((bitsize > 0) && (bitsize < 8 * (int) sizeof (val))) in unpack_field_as_long() 1057 valmask = (((ULONGEST) 1) << bitsize) - 1; in unpack_field_as_long() 1076 modify_field (char *addr, LONGEST fieldval, int bitpos, int bitsize) in modify_field() argument 1082 if (bitsize < (8 * (int) sizeof (fieldval)) in modify_field() 1083 && (~fieldval & ~((1 << (bitsize - 1)) - 1)) == 0) in modify_field() [all …]
|
| D | ada-typeprint.c | 354 int bitsize; in print_array_type() local 357 bitsize = 0; in print_array_type() 373 bitsize = 0; in print_array_type() 383 bitsize = TYPE_FIELD_BITSIZE (arr_type, 0); in print_array_type() 399 bitsize = TYPE_FIELD_BITSIZE (arr_type, 0); in print_array_type() 415 if (bitsize > 0) in print_array_type() 416 fprintf_filtered (stream, " <packed: %d-bit elements>", bitsize); in print_array_type()
|
| D | ada-valprint.c | 150 unsigned long bitsize = TYPE_FIELD_BITSIZE (type, 0); in val_print_packed_array_elements() local 188 (i0 * bitsize) / HOST_CHAR_BIT, in val_print_packed_array_elements() 189 (i0 * bitsize) % HOST_CHAR_BIT, in val_print_packed_array_elements() 190 bitsize, elttype); in val_print_packed_array_elements() 197 (i * bitsize) / HOST_CHAR_BIT, in val_print_packed_array_elements() 198 (i * bitsize) % HOST_CHAR_BIT, in val_print_packed_array_elements() 199 bitsize, elttype); in val_print_packed_array_elements()
|
| D | value.h | 74 int bitsize; member 222 #define VALUE_BITSIZE(val) (val)->bitsize 455 int bitpos, int bitsize, 497 int bitsize);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZOperands.td | 59 class AddressAsmOperand<string format, string bitsize, string dispsize, 62 let Name = format##bitsize##"Disp"##dispsize##length; 63 let ParserMethod = "parse"##format##bitsize; 76 class AddressingMode<string seltype, string bitsize, string dispsize, 79 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops, 82 Operand<!cast<ValueType>("i"##bitsize)> { 86 "decode"##format##bitsize##"Disp"##dispsize##length##"Operand"; 89 !cast<AddressAsmOperand>(format##bitsize##"Disp"##dispsize##length); 93 class BDMode<string type, string bitsize, string dispsize, string suffix> 94 : AddressingMode<type, bitsize, dispsize, suffix, "", 2, "BDAddr", [all …]
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | reloc.c | 492 unsigned int bitsize, in bfd_check_overflow() argument 504 fieldmask = N_ONES (bitsize); in bfd_check_overflow() 806 howto->bitsize, in bfd_perform_relocation() 1185 howto->bitsize, in bfd_install_relocation() 1434 fieldmask = N_ONES (howto->bitsize); in _bfd_relocate_contents()
|
| D | xcoff-target.h | 32 | (howto->bitsize - 1)); \
|
| D | coff64-rs6000.c | 229 | (howto->bitsize - 1)); \ 1220 howto.bitsize = (rel->r_size & 0x3f) + 1; 1221 howto.size = howto.bitsize > 16 ? (howto.bitsize > 32 ? 4 : 2) : 1; 1230 howto.src_mask = howto.dst_mask = N_ONES (howto.bitsize); 1817 && (relent->howto->bitsize
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | rdcoff.c | 400 bfd_vma bitpos = 0, bitsize = 0; in parse_coff_struct_type() local 434 bitsize = 0; in parse_coff_struct_type() 439 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size; in parse_coff_struct_type() 455 bitpos, bitsize, DEBUG_VISIBILITY_PUBLIC); in parse_coff_struct_type()
|
| D | srconv.c | 698 dbt.bitsize = type->size; in walk_tree_type_1() 747 dbt.bitsize = type->size; in walk_tree_type_1() 773 dbt.bitsize = type->size; in walk_tree_type_1() 828 dbt.bitsize = type->size; in walk_tree_type_1() 855 dbt.bitsize = type->size; in walk_tree_type_1() 1096 if (symbol->where->bitsize) in walk_tree_symbol() 1100 dsy.field_len = symbol->where->bitsize; in walk_tree_symbol()
|
| D | coffgrok.h | 207 int bitsize; member
|
| D | ieee.c | 107 unsigned long bitsize; member 1543 bfd_vma bitpos, bitsize; in parse_ieee_ty() local 1551 || ! ieee_read_number (info, pp, &bitsize)) in parse_ieee_ty() 1562 ftype, bitpos, bitsize, in parse_ieee_ty() 1684 bfd_vma bitsize; in parse_ieee_ty() local 1697 bitsize = 0; in parse_ieee_ty() 1709 bitsize = t->bitsize; in parse_ieee_ty() 1710 if (bitsize == 0) in parse_ieee_ty() 1722 ftype, offset, bitsize, in parse_ieee_ty() 1834 bfd_vma signedp, bitsize, dummy; in parse_ieee_ty() local [all …]
|
| D | debug.c | 291 unsigned int bitsize; member 1706 debug_type type, bfd_vma bitpos, bfd_vma bitsize, in debug_make_field() argument 1718 f->u.f.bitsize = bitsize; in debug_make_field() 2281 return field->u.f.bitsize; in debug_get_field_bitsize() 2539 f->u.f.bitsize, f->visibility)) in debug_write_type() 2731 f->u.f.bitsize, f->visibility)) in debug_write_class_type() 3271 || f1->u.f.bitsize != f2->u.f.bitsize) in debug_class_type_samep()
|
| D | wrstabs.c | 1351 bfd_vma bitsize, enum debug_visibility visibility) in stab_struct_field() argument 1390 if (bitsize == 0) in stab_struct_field() 1392 bitsize = size * 8; in stab_struct_field() 1393 if (bitsize == 0) in stab_struct_field() 1399 (long) bitpos, (long) bitsize); in stab_struct_field()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| D | DynamicRegisterInfo.cpp | 296 const int64_t bitsize = reg_info_dict.GetItemForKeyAsInteger(bitsize_pystr, 0); in SetRegisterInfo() local 297 if (bitsize == 0) in SetRegisterInfo() 303 reg_info.byte_size = bitsize / 8; in SetRegisterInfo()
|
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | cgen-ibld.in | 143 /* For architectures with insns smaller than the base-insn-bitsize, 301 /* For architectures with insns smaller than the base-insn-bitsize, 447 /* For architectures with insns smaller than the insn-base-bitsize,
|
| /freebsd-10-stable/contrib/binutils/include/opcode/ |
| D | cgen.h | 1004 int bitsize; member 1005 #define CGEN_INSN_BITSIZE(insn) ((insn)->base->bitsize)
|