HomeSort by: relevance | last modified time | path
    Searched defs:bit_size (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-minvert.c 49 bit_size (mp_srcptr xp, mp_size_t n) function
138 bit_size (ap, n) + bit_size (mp, n),
  /src/external/gpl3/gdb.old/dist/gdb/
ada-valprint.c 641 int bit_size = type->field (i).bitsize ();
648 bit_size, type->field (i).type ());
640 int bit_size = type->field (i).bitsize (); local
amdgpu-tdep.c 156 amd_dbgapi_register_type_integer (bool is_unsigned, unsigned int bit_size)
159 string_printf ("%sint%d", is_unsigned ? "u" : "", bit_size)),
161 m_bit_size (bit_size)
167 unsigned int bit_size () const function in struct:amd_dbgapi_register_type
237 amd_dbgapi_register_type_flags (unsigned int bit_size, std::string_view name)
239 make_lookup_name (bit_size, name)),
240 m_bit_size (bit_size),
244 unsigned int bit_size () const function in struct:amd_dbgapi_register_type
302 void set_bit_size (int bit_size)
303 { m_bit_size = bit_size; }
305 unsigned int bit_size () const function in struct:amd_dbgapi_register_type
568 unsigned int bit_size = flags_keyword == "flags32_t" ? 32 : 64; local
    [all...]
xtensa-tdep.h 96 int bit_size; member in struct:__anon383
115 int bit_size; /* The actual bit size in the target. */ member in struct:__anon385
  /src/external/gpl3/gdb/dist/gdb/
ada-valprint.c 641 int bit_size = type->field (i).bitsize ();
648 bit_size, type->field (i).type ());
640 int bit_size = type->field (i).bitsize (); local
amdgpu-tdep.c 156 amd_dbgapi_register_type_integer (bool is_unsigned, unsigned int bit_size)
159 string_printf ("%sint%d", is_unsigned ? "u" : "", bit_size)),
161 m_bit_size (bit_size)
167 unsigned int bit_size () const function in struct:amd_dbgapi_register_type
237 amd_dbgapi_register_type_flags (unsigned int bit_size, std::string_view name)
239 make_lookup_name (bit_size, name)),
240 m_bit_size (bit_size),
244 unsigned int bit_size () const function in struct:amd_dbgapi_register_type
302 void set_bit_size (int bit_size)
303 { m_bit_size = bit_size; }
305 unsigned int bit_size () const function in struct:amd_dbgapi_register_type
568 unsigned int bit_size = flags_keyword == "flags32_t" ? 32 : 64; local
    [all...]
xtensa-tdep.h 96 int bit_size; member in struct:__anon732
115 int bit_size; /* The actual bit size in the target. */ member in struct:__anon734
  /src/external/gpl3/binutils/dist/gprofng/src/
Dwarf.cc 71 bit_size = 0;
77 int tag, bit_size; member in class:Dwr_type
243 if (bit_size > 0)
245 (long long) bit_size);
982 t->bit_size = (uint32_t) Dwarf_data (DW_AT_bit_size);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dwarf.cc 71 bit_size = 0;
77 int tag, bit_size; member in class:Dwr_type
243 if (bit_size > 0)
245 (long long) bit_size);
982 t->bit_size = (uint32_t) Dwarf_data (DW_AT_bit_size);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2ctf.cc 228 unsigned int bit_size = ctf_die_bitsize (type); local
246 ctf_encoding.cte_bits = bit_size;
261 if (bit_size == float_bit_size)
263 else if (bit_size == double_bit_size)
265 else if (bit_size == long_double_bit_size)
271 ctf_encoding.cte_bits = bit_size;
293 ctf_encoding.cte_bits = bit_size;
307 if (bit_size == float_bit_size * 2)
309 else if (bit_size == double_bit_size * 2)
311 else if (bit_size == long_double_bit_size * 2
518 uint32_t bit_size = ctf_die_bitsize (sou); local
585 HOST_WIDE_INT bit_size; local
735 unsigned int bit_size = ctf_die_bitsize (enumeration); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2ctf.cc 228 unsigned int bit_size = ctf_die_bitsize (type); local
246 ctf_encoding.cte_bits = bit_size;
261 if (bit_size == float_bit_size)
263 else if (bit_size == double_bit_size)
265 else if (bit_size == long_double_bit_size)
271 ctf_encoding.cte_bits = bit_size;
293 ctf_encoding.cte_bits = bit_size;
307 if (bit_size == float_bit_size * 2)
309 else if (bit_size == double_bit_size * 2)
311 else if (bit_size == long_double_bit_size * 2
526 uint32_t bit_size = ctf_die_bitsize (sou); local
593 HOST_WIDE_INT bit_size; local
736 unsigned int bit_size = ctf_die_bitsize (enumeration); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-manager.cc 1122 bit_size_t bit_size; local
1123 if (!int_size_in_bits (TREE_TYPE (field), &bit_size))
1126 *out = bit_range (field_bit_offset, bit_size);
region.cc 676 bit_size_t bit_size; local
677 if (get_bit_size (&bit_size))
681 bit_offset_t next_bit_offset = start.get_bit_offset () + bit_size;
access-diagram.cc 2561 bit_offset_t bit_size = bit_sizes[table_x]; local
2562 if (bit_size > 0)
2564 = (m_col_widths->m_requirements[table_x] * fixed_point) / bit_size;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc 962 bit_size_t bit_size; local
963 if (!int_size_in_bits (TREE_TYPE (field), &bit_size))
966 *out = bit_range (field_bit_offset, bit_size);
store.cc 131 bit_size_t bit_size; local
132 if (r->get_bit_size (&bit_size))
134 bit_size);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 933 ULONGEST bit_size = 0; local
936 bit_size += piece.size;
939 if (bit_size > 8 * type->length ())
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 979 ULONGEST bit_size = 0; local
982 bit_size += piece.size;
985 if (bit_size > 8 * type->length ())
  /src/external/gpl3/binutils/dist/include/opcode/
cr16.h 324 unsigned int bit_size; member in struct:__anon10632
crx.h 321 unsigned int bit_size; member in struct:__anon10645
  /src/external/gpl3/binutils.old/dist/include/opcode/
cr16.h 324 unsigned int bit_size; member in struct:__anon12096
crx.h 321 unsigned int bit_size; member in struct:__anon12109
  /src/external/gpl3/gdb.old/dist/include/opcode/
cr16.h 324 unsigned int bit_size; member in struct:__anon21484
crx.h 321 unsigned int bit_size; member in struct:__anon21497
  /src/external/gpl3/gdb/dist/include/opcode/
cr16.h 324 unsigned int bit_size; member in struct:__anon1072

Completed in 66 milliseconds

1 2