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

123

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c347 store_bit_field (rtx str_rtx, unsigned HOST_WIDE_INT bitsize,
402 && bitsize == GET_MODE_BITSIZE (GET_MODE_INNER (GET_MODE (op0)))
454 && bitsize == GET_MODE_BITSIZE (fieldmode)
460 || (offset * BITS_PER_UNIT % bitsize == 0
511 && (BYTES_BIG_ENDIAN ? bitpos + bitsize == unit : bitpos == 0)
512 && bitsize == GET_MODE_BITSIZE (fieldmode)
551 if (bitsize > BITS_PER_WORD)
560 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD;
578 ? MAX ((int) bitsize - ((int) i + 1)
584 bitsize
346 store_bit_field(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, enum machine_mode fieldmode, rtx value) argument
790 store_fixed_bit_field(rtx op0, unsigned HOST_WIDE_INT offset, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, rtx value) argument
958 store_split_bit_field(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, rtx value) argument
1089 extract_bit_field(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, enum machine_mode mode, enum machine_mode tmode) argument
1699 extract_fixed_bit_field(enum machine_mode tmode, rtx op0, unsigned HOST_WIDE_INT offset, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, rtx target, int unsignedp) argument
1827 mask_rtx(enum machine_mode mode, int bitpos, int bitsize, int complement) argument
1868 lshift_value(enum machine_mode mode, rtx value, int bitpos, int bitsize) argument
1898 extract_force_align_mem_bit_field(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, int unsignedp) argument
2044 extract_split_bit_field(rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, int unsignedp) argument
[all...]
H A Dtree-vect-generic.c105 tree t, tree bitsize, tree bitpos)
108 return gimplify_build3 (bsi, BIT_FIELD_REF, type, t, bitsize, bitpos);
115 tree b ATTRIBUTE_UNUSED, tree bitpos, tree bitsize,
118 a = tree_vec_extract (bsi, inner_type, a, bitsize, bitpos);
124 tree bitpos, tree bitsize, enum tree_code code)
126 a = tree_vec_extract (bsi, inner_type, a, bitsize, bitpos);
127 b = tree_vec_extract (bsi, inner_type, b, bitsize, bitpos);
146 tree bitpos ATTRIBUTE_UNUSED, tree bitsize ATTRIBUTE_UNUSED,
157 a = tree_vec_extract (bsi, word_type, a, bitsize, bitpos);
158 b = tree_vec_extract (bsi, word_type, b, bitsize, bitpo
104 tree_vec_extract(block_stmt_iterator *bsi, tree type, tree t, tree bitsize, tree bitpos) argument
114 do_unop(block_stmt_iterator *bsi, tree inner_type, tree a, tree b ATTRIBUTE_UNUSED, tree bitpos, tree bitsize, enum tree_code code) argument
123 do_binop(block_stmt_iterator *bsi, tree inner_type, tree a, tree b, tree bitpos, tree bitsize, enum tree_code code) argument
[all...]
H A Dexpr.c2068 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD);
2110 bitpos += bitsize, xbitpos += bitsize)
2127 store_bit_field (dst, bitsize, bitpos % BITS_PER_WORD, word_mode,
2128 extract_bit_field (src, bitsize,
3885 optimize_bitfield_assignment_op (unsigned HOST_WIDE_INT bitsize,
3897 || bitsize >= BITS_PER_WORD
3921 str_mode = get_best_mode (bitsize, bitpos,
3937 if (bitsize >= str_bitsize)
3941 if (bitpos + bitsize > str_bitsiz
2063 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD); local
3873 optimize_bitfield_assignment_op(unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitpos, enum machine_mode mode1, rtx str_rtx, tree to, tree src) argument
4049 HOST_WIDE_INT bitsize, bitpos; local
4832 store_constructor_field(rtx target, unsigned HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos, enum machine_mode mode, tree exp, tree type, int cleared, int alias_set) argument
4943 HOST_WIDE_INT bitsize; local
5144 HOST_WIDE_INT bitsize; local
5319 HOST_WIDE_INT bitsize; local
5450 store_field(rtx target, HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos, enum machine_mode mode, tree exp, tree type, int alias_set) argument
6490 HOST_WIDE_INT bitsize, bitpos; local
7399 HOST_WIDE_INT bitsize = TREE_INT_CST_LOW (DECL_SIZE (field)); local
7430 HOST_WIDE_INT bitsize, bitpos; local
[all...]
H A Dtree-dfa.c865 HOST_WIDE_INT bitsize = -1; local
884 bitsize = GET_MODE_BITSIZE (mode);
889 bitsize = -1;
891 bitsize = TREE_INT_CST_LOW (size_tree);
896 maxsize = bitsize;
928 /* We need to adjust maxsize to the whole structure bitsize.
970 /* We need to adjust maxsize to the whole array bitsize.
994 bitsize_int (bitsize));
1028 *psize = bitsize;
H A Dstor-layout.c1051 HOST_WIDE_INT bitsize = tree_low_cst (DECL_SIZE (field), 1);
1053 if (rli->remaining_in_alignment < bitsize)
1062 if (typesize < bitsize)
1065 rli->remaining_in_alignment = typesize - bitsize;
1068 rli->remaining_in_alignment -= bitsize;
1130 HOST_WIDE_INT bitsize = tree_low_cst (DECL_SIZE (field), 1);
1134 if (typesize < bitsize)
1137 rli->remaining_in_alignment = typesize - bitsize;
2137 get_best_mode (int bitsize, int bitpos, unsigned int align,
2148 if ((bitpos % unit) + bitsize <
1047 HOST_WIDE_INT bitsize = tree_low_cst (DECL_SIZE (field), 1); local
1126 HOST_WIDE_INT bitsize = tree_low_cst (DECL_SIZE (field), 1); local
2128 get_best_mode(int bitsize, int bitpos, unsigned int align, enum machine_mode largest_mode, int volatilep) argument
[all...]
H A Ddojump.c322 HOST_WIDE_INT bitsize, bitpos;
331 get_inner_reference (exp, &bitsize, &bitpos, &offset, &mode,
334 type = lang_hooks.types.type_for_size (bitsize, unsignedp);
336 && type != 0 && bitsize >= 0
321 HOST_WIDE_INT bitsize, bitpos; local
H A Dtree-vect-transform.c784 tree bitsize, bitpos, bytesize; local
886 bitsize = TYPE_SIZE (scalar_type);
914 int element_bitsize = tree_low_cst (bitsize, 1);
993 rhs = build3 (BIT_FIELD_REF, scalar_type, vec_temp, bitsize,
1006 tree rhs = build3 (BIT_FIELD_REF, scalar_type, vec_temp, bitsize,
1044 rhs = build3 (BIT_FIELD_REF, scalar_type, new_temp, bitsize, bitpos);
H A Dmips-tdump.c621 * If this is a bitfield, get the bitsize.
625 int bitsize;
628 bitsize = aux_ptr[index++].width;
629 sprintf (p1, " : %d", bitsize);
617 int bitsize; local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalues.c440 int bitsize, struct value *newval)
444 if (bitsize)
446 bitpos, bitsize);
1043 int bitsize = TYPE_FIELD_BITSIZE (type, fieldno);
1054 lsbcount = (sizeof val * 8 - bitpos % 8 - bitsize);
1062 if ((bitsize > 0) && (bitsize < 8 * (int) sizeof (val)))
1064 valmask = (((ULONGEST) 1) << bitsize) - 1;
1083 modify_field (char *addr, LONGEST fieldval, int bitpos, int bitsize)
1089 if (bitsize < (
436 set_internalvar_component(struct internalvar *var, int offset, int bitpos, int bitsize, struct value *newval) argument
1036 int bitsize = TYPE_FIELD_BITSIZE (type, fieldno); local
1076 modify_field(char *addr, LONGEST fieldval, int bitpos, int bitsize) argument
[all...]
H A Dada-valprint.c151 unsigned long bitsize = TYPE_FIELD_BITSIZE (type, 0);
189 (i0 * bitsize) / HOST_CHAR_BIT,
190 (i0 * bitsize) % HOST_CHAR_BIT,
191 bitsize, elttype);
198 (i * bitsize) / HOST_CHAR_BIT,
199 (i * bitsize) % HOST_CHAR_BIT,
200 bitsize, elttype);
150 unsigned long bitsize = TYPE_FIELD_BITSIZE (type, 0); local
H A Dada-typeprint.c355 int bitsize;
358 bitsize = 0;
374 bitsize = 0;
384 bitsize = TYPE_FIELD_BITSIZE (arr_type, 0);
400 bitsize = TYPE_FIELD_BITSIZE (arr_type, 0);
416 if (bitsize > 0)
417 fprintf_filtered (stream, " <packed: %d-bit elements>", bitsize);
354 int bitsize; local
H A Dvalue.h74 int bitsize; member in struct:value
222 #define VALUE_BITSIZE(val) (val)->bitsize
456 int bitpos, int bitsize,
498 int bitsize);
H A Dgdbtypes.h421 unsigned int bitsize : 29; member in struct:main_type::field
837 #define FIELD_BITSIZE(thisfld) ((thisfld).bitsize)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.h207 int bitsize; member in struct:coff_where
H A Drdcoff.c401 bfd_vma bitpos = 0, bitsize = 0;
435 bitsize = 0;
440 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size;
456 bitpos, bitsize, DEBUG_VISIBILITY_PUBLIC);
400 bfd_vma bitpos = 0, bitsize = 0; local
H A Dieee.c107 unsigned long bitsize; member in struct:ieee_type
1543 bfd_vma bitpos, bitsize; local
1551 || ! ieee_read_number (info, pp, &bitsize))
1562 ftype, bitpos, bitsize,
1684 bfd_vma bitsize; local
1697 bitsize = 0;
1709 bitsize = t->bitsize;
1710 if (bitsize == 0)
1722 ftype, offset, bitsize,
1834 bfd_vma signedp, bitsize, dummy; local
2853 bfd_vma bitpos, bitsize; local
5921 ieee_struct_field(void *p, const char *name, bfd_vma bitpos, bfd_vma bitsize, enum debug_visibility visibility) argument
[all...]
H A Dsrconv.c698 dbt.bitsize = type->size;
747 dbt.bitsize = type->size;
773 dbt.bitsize = type->size;
828 dbt.bitsize = type->size;
855 dbt.bitsize = type->size;
1096 if (symbol->where->bitsize)
1100 dsy.field_len = symbol->where->bitsize;
H A Ddebug.c291 unsigned int bitsize; member in struct:debug_field::__anon400::__anon401
1708 debug_type type, bfd_vma bitpos, bfd_vma bitsize,
1720 f->u.f.bitsize = bitsize;
2283 return field->u.f.bitsize;
2542 f->u.f.bitsize, f->visibility))
2734 f->u.f.bitsize, f->visibility))
3274 || f1->u.f.bitsize != f2->u.f.bitsize)
1705 debug_make_field(void *handle ATTRIBUTE_UNUSED, const char *name, debug_type type, bfd_vma bitpos, bfd_vma bitsize, enum debug_visibility visibility) argument
H A Dwrstabs.c1353 bfd_vma bitsize, enum debug_visibility visibility)
1392 if (bitsize == 0)
1394 bitsize = size * 8;
1395 if (bitsize == 0)
1401 (long) bitpos, (long) bitsize);
1350 stab_struct_field(void *p, const char *name, bfd_vma bitpos, bfd_vma bitsize, enum debug_visibility visibility) argument
/freebsd-9.3-release/contrib/binutils/bfd/
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 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);
1375 bitsize and whether they are signed or not, along with a
1386 64, /* bitsize */
1401 64, /* bitsize */
1416 32, /* bitsize */
1431 16, /* bitsize */
[all...]
H A Dcoff-rs6000.c85 | (howto->bitsize - 1)); \
600 bitsize and whether they are signed or not, along with a
612 32, /* bitsize */
627 32, /* bitsize */
642 32, /* bitsize */
657 16, /* bitsize */
672 32, /* bitsize */
687 16, /* bitsize */
702 16, /* bitsize */
719 26, /* bitsize */
[all...]
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcgen.h1018 int bitsize;
1019 #define CGEN_INSN_BITSIZE(insn) ((insn)->base->bitsize)
1312 /* Set the bitsize field. */
1004 int bitsize; member in struct:__anon706
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_quota.c1007 int bitsize; local
1016 bitsize = 64;
1018 bitsize = 32;
1020 return (copyout(&bitsize, sizep, sizeof(int)));

Completed in 482 milliseconds

123