Home
last modified time | relevance | path

Searched refs:bitsize (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd-12.1/contrib/gcc/
H A Dexpmed.c550 if (bitsize > BITS_PER_WORD) in store_bit_field()
636 && bitsize > 0 in store_bit_field()
987 while (bitsdone < bitsize) in store_split_bit_field()
1244 if (((bitsize >= BITS_PER_WORD && bitsize == GET_MODE_BITSIZE (mode) in extract_bit_field()
1285 if (bitsize > BITS_PER_WORD) in extract_bit_field()
1391 && bitsize > 0 in extract_bit_field()
1529 && bitsize > 0 in extract_bit_field()
1831 if (bitsize == 0) in mask_rtx()
1847 if (bitsize == 0) in mask_rtx()
2068 while (bitsdone < bitsize) in extract_split_bit_field()
[all …]
H A Dtree-vect-generic.c105 tree t, tree bitsize, tree bitpos) in tree_vec_extract() argument
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()
178 tree bitsize ATTRIBUTE_UNUSED, in do_negate()
[all …]
H A Dexpr.c2107 bitpos += bitsize, xbitpos += bitsize) in copy_blkmode_from_reg()
3966 if (bitsize == 1 && bitpos + bitsize != str_bitsize) in optimize_bitfield_assignment_op()
4093 && bitsize > 0 in expand_assignment()
4849 && (bitsize > 0 && bitsize % BITS_PER_UNIT == 0) in store_constructor_field()
4968 bitsize = -1; in store_constructor()
5469 if (bitsize == 0) in store_field()
5471 else if (bitsize >= 0 && bitsize < HOST_BITS_PER_WIDE_INT) in store_field()
7522 && bitsize != 0 in expand_expr_real_1()
7593 bitsize))) in expand_expr_real_1()
7608 if (bitsize == 0) in expand_expr_real_1()
[all …]
H A Dtree-dfa.c865 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()
H A Dstor-layout.c1047 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 …]
H A Ddojump.c321 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()
H A DLANGUAGES29 GCC used to store structure sizes & offsets to elements as bitsize
H A Dtree-vect-transform.c784 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-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td76 let Name = format##bitsize##"Disp"##dispsize##length;
77 let ParserMethod = "parse"##format##bitsize;
87 : Operand<!cast<ValueType>("i"##bitsize)> {
109 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops,
112 AddressOperand<bitsize, dispsize, length, format, operands>;
117 (ops !cast<RegisterOperand>("ADDR"##bitsize),
123 (ops !cast<RegisterOperand>("ADDR"##bitsize),
132 (ops !cast<RegisterOperand>("ADDR"##bitsize),
134 !cast<Operand>("imm"##bitsize))>;
144 class BDVMode<string bitsize, string dispsize>
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dvalues.c438 int bitsize, struct value *newval) in set_internalvar_component() argument
442 if (bitsize) in set_internalvar_component()
444 bitpos, bitsize); in set_internalvar_component()
1056 if ((bitsize > 0) && (bitsize < 8 * (int) sizeof (val))) in unpack_field_as_long()
1058 valmask = (((ULONGEST) 1) << bitsize) - 1; in unpack_field_as_long()
1083 if (bitsize < (8 * (int) sizeof (fieldval)) in modify_field()
1085 fieldval = fieldval & ((1 << bitsize) - 1); in modify_field()
1088 if (bitsize < (8 * (int) sizeof (fieldval)) in modify_field()
1089 && 0 != (fieldval & ~((1 << bitsize) - 1))) in modify_field()
1096 fieldval = fieldval & ((1 << bitsize) - 1); in modify_field()
[all …]
H A Dada-typeprint.c354 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()
H A Dada-valprint.c150 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()
H A Dvalue.h74 int bitsize; member
225 #define VALUE_BITSIZE(val) (val)->bitsize
458 int bitpos, int bitsize,
500 int bitsize);
/freebsd-12.1/contrib/binutils/bfd/
H A Dreloc.c492 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()
H A Dxcoff-target.h32 | (howto->bitsize - 1)); \
H A Dcoff64-rs6000.c229 | (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-12.1/contrib/binutils/binutils/
H A Drdcoff.c400 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()
H A Dsrconv.c698 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()
H A Dcoffgrok.h207 int bitsize; member
H A Dieee.c107 unsigned long bitsize; member
1543 bfd_vma bitpos, bitsize; in parse_ieee_ty() local
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()
1859 type_bitsize = bitsize; in parse_ieee_ty()
2853 bfd_vma bitpos, bitsize; in ieee_read_cxx_class() local
2863 bitsize, visibility); in ieee_read_cxx_class()
[all …]
H A Ddebug.c291 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()
H A Dwrstabs.c1351 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-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp273 int64_t bitsize = 0; in SetRegisterInfo() local
274 if (!reg_info_dict->GetValueForKeyAsInteger("bitsize", bitsize)) { in SetRegisterInfo()
282 reg_info.byte_size = bitsize / 8; in SetRegisterInfo()
/freebsd-12.1/contrib/binutils/opcodes/
H A Dcgen-ibld.in143 /* 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-12.1/contrib/binutils/include/opcode/
H A Dcgen.h1004 int bitsize; member
1005 #define CGEN_INSN_BITSIZE(insn) ((insn)->base->bitsize)

1234