Home
last modified time | relevance | path

Searched refs:bit_size (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2ctf.cc228 unsigned int bit_size = ctf_die_bitsize (type); in gen_ctf_base_type() local
246 ctf_encoding.cte_bits = bit_size; in gen_ctf_base_type()
261 if (bit_size == float_bit_size) in gen_ctf_base_type()
263 else if (bit_size == double_bit_size) in gen_ctf_base_type()
265 else if (bit_size == long_double_bit_size) in gen_ctf_base_type()
271 ctf_encoding.cte_bits = bit_size; in gen_ctf_base_type()
293 ctf_encoding.cte_bits = bit_size; in gen_ctf_base_type()
307 if (bit_size == float_bit_size * 2) in gen_ctf_base_type()
309 else if (bit_size == double_bit_size * 2) in gen_ctf_base_type()
311 else if (bit_size == long_double_bit_size * 2) in gen_ctf_base_type()
[all …]
H A Dctfc.cc493 uint32_t bit_offset, uint32_t bit_size, dw_die_ref die) in ctf_add_slice() argument
499 gcc_assert ((bit_size <= 255) && (bit_offset <= 255)); in ctf_add_slice()
507 roundup_nbytes = (ROUND_UP (bit_size, BITS_PER_UNIT) / BITS_PER_UNIT); in ctf_add_slice()
518 dtd->dtd_u.dtu_slice.cts_bits = bit_size; in ctf_add_slice()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dsec_invert.c83 mp_size_t n, mp_bitcnt_t bit_size, in mpn_sec_invert() argument
87 ASSERT (bit_size > 0); in mpn_sec_invert()
114 while (bit_size-- > 0) in mpn_sec_invert()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-minvert.c49 bit_size (mp_srcptr xp, mp_size_t n) in bit_size() function
138 bit_size (ap, n) + bit_size (mp, n), in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c215 if (gfc_integer_kinds[i].bit_size == TYPE_PRECISION (type)) in get_int_kind_from_node()
238 if (gfc_integer_kinds[i].bit_size == size) in gfc_get_int_kind_from_width_isofortranenv()
243 if (gfc_integer_kinds[i].bit_size > size) in gfc_get_int_kind_from_width_isofortranenv()
295 if (gfc_integer_kinds[i].bit_size == size) in get_int_kind_from_width()
307 if (gfc_integer_kinds[i].bit_size >= size) in get_int_kind_from_minimal_width()
413 gfc_integer_kinds[i_index].bit_size = bitsize; in gfc_init_kinds()
416 gfc_logical_kinds[i_index].bit_size = bitsize; in gfc_init_kinds()
539 gfc_numeric_storage_size = gfc_integer_kinds[i_index - 1].bit_size; in gfc_init_kinds()
669 gfc_character_kinds[i_index].bit_size = 8; in gfc_init_kinds()
676 gfc_character_kinds[i_index].bit_size = 32; in gfc_init_kinds()
[all …]
H A Dsimplify.c1604 gfc_integer_kinds[i].bit_size); in gfc_simplify_bit_size()
1635 convert_mpz_to_unsigned (x, gfc_integer_kinds[k].bit_size); in compare_bitwise()
1639 convert_mpz_to_unsigned (y, gfc_integer_kinds[k].bit_size); in compare_bitwise()
2401 size = gfc_integer_kinds[k].bit_size; in simplify_dshift()
3335 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibclr()
3340 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibclr()
3364 bitsize = gfc_integer_kinds[k].bit_size; in gfc_simplify_ibits()
3375 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibits()
3398 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibits()
3420 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibset()
[all …]
H A Dtarget-memory.c71 return length * gfc_character_kinds[i].bit_size / 8; in size_character()
790 if ((unsigned) gfc_integer_kinds[index].bit_size >= ts_bit_size) in gfc_convert_boz()
H A Dtrans-const.c100 size = length * gfc_character_kinds[i].bit_size / 8; in gfc_build_wide_string_const()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py413 bit_size = start.dereference().type.sizeof * 8
414 return (finish - start) * bit_size + finish_offset
421 bit_size = start.dereference().type.sizeof * 8
422 valp = start + index // bit_size
423 offset = index % bit_size
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py463 bit_size = start.dereference().type.sizeof * 8
464 return (finish - start) * bit_size + finish_offset
471 bit_size = start.dereference().type.sizeof * 8
472 valp = start + index // bit_size
473 offset = index % bit_size
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc199 if (gfc_integer_kinds[i].bit_size == TYPE_PRECISION (type)) in get_int_kind_from_node()
222 if (gfc_integer_kinds[i].bit_size == size) in gfc_get_int_kind_from_width_isofortranenv()
227 if (gfc_integer_kinds[i].bit_size > size) in gfc_get_int_kind_from_width_isofortranenv()
279 if (gfc_integer_kinds[i].bit_size == size) in get_int_kind_from_width()
291 if (gfc_integer_kinds[i].bit_size >= size) in get_int_kind_from_minimal_width()
399 gfc_integer_kinds[i_index].bit_size = bitsize; in gfc_init_kinds()
402 gfc_logical_kinds[i_index].bit_size = bitsize; in gfc_init_kinds()
565 gfc_numeric_storage_size = gfc_integer_kinds[i_index - 1].bit_size; in gfc_init_kinds()
695 gfc_character_kinds[i_index].bit_size = 8; in gfc_init_kinds()
702 gfc_character_kinds[i_index].bit_size = 32; in gfc_init_kinds()
[all …]
H A Dsimplify.cc1636 gfc_integer_kinds[i].bit_size); in gfc_simplify_bit_size()
1667 convert_mpz_to_unsigned (x, gfc_integer_kinds[k].bit_size); in compare_bitwise()
1671 convert_mpz_to_unsigned (y, gfc_integer_kinds[k].bit_size); in compare_bitwise()
2434 size = gfc_integer_kinds[k].bit_size; in simplify_dshift()
3368 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibclr()
3373 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibclr()
3397 bitsize = gfc_integer_kinds[k].bit_size; in gfc_simplify_ibits()
3408 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibits()
3431 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibits()
3453 gfc_integer_kinds[k].bit_size); in gfc_simplify_ibset()
[all …]
H A Dtarget-memory.cc71 return length * gfc_character_kinds[i].bit_size / 8; in size_character()
790 if ((unsigned) gfc_integer_kinds[index].bit_size >= ts_bit_size) in gfc_convert_boz()
H A Dtrans-const.cc100 size = length * gfc_character_kinds[i].bit_size / 8; in gfc_build_wide_string_const()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarf.cc71 bit_size = 0; in Dwr_type()
77 int tag, bit_size; member in Dwr_type
243 if (bit_size > 0) in get_dobjname()
245 (long long) bit_size); in get_dobjname()
917 t->bit_size = (uint32_t) Dwarf_data (DW_AT_bit_size); in read_hwcprof_info()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarf.cc71 bit_size = 0; in Dwr_type()
77 int tag, bit_size; member in Dwr_type
243 if (bit_size > 0) in get_dobjname()
245 (long long) bit_size); in get_dobjname()
913 t->bit_size = (uint32_t) Dwarf_data (DW_AT_bit_size); in read_hwcprof_info()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dcrx.h321 unsigned int bit_size; member
H A Dcr16.h324 unsigned int bit_size; member
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dcr16.h324 unsigned int bit_size; member
H A Dcrx.h321 unsigned int bit_size; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dpredicates.md526 ;; Shifts with a range 0-(bit_size - 1) (aarch64_simd_shift_imm)
527 ;; Shifts with a range 1-bit_size (aarch64_simd_shift_imm_offset)
528 ;; Shifts with a range 0-bit_size (aarch64_simd_shift_imm_bitsize)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dpredicates.md517 ;; Shifts with a range 0-(bit_size - 1) (aarch64_simd_shift_imm)
518 ;; Shifts with a range 1-bit_size (aarch64_simd_shift_imm_offset)
519 ;; Shifts with a range 0-bit_size (aarch64_simd_shift_imm_bitsize)
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-manager.cc962 bit_size_t bit_size; in get_bit_range_for_field() local
963 if (!int_size_in_bits (TREE_TYPE (field), &bit_size)) in get_bit_range_for_field()
966 *out = bit_range (field_bit_offset, bit_size); in get_bit_range_for_field()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcrx-dis.c120 return crx_optab[op].bit_size; in getbits()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcrx-dis.c120 return crx_optab[op].bit_size; in getbits()

123