HomeSort by: relevance | last modified time | path
    Searched refs:bits_per_word (Results 1 - 25 of 216) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gdb.old/dist/gdb/
amd64-nat.c 58 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
95 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
126 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
aarch64-linux-nat.c 141 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
150 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
178 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
187 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
222 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
268 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
299 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
645 if (gdbarch_bfd_arch_info (regcache->arch ())->bits_per_word == 32)
744 if (gdbarch_bfd_arch_info (regcache->arch ())->bits_per_word == 32)
835 int is_64bit_p = (gdbarch_bfd_arch_info (arch)->bits_per_word == 64)
    [all...]
amd64-linux-nat.c 109 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
343 if (gdbarch_bfd_arch_info (ph->thread->inf->arch ())->bits_per_word == 32)
420 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
  /src/external/gpl3/gdb/dist/gdb/
amd64-nat.c 58 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
95 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
126 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
aarch64-linux-nat.c 142 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
151 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
179 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
188 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
223 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
269 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
300 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
715 if (gdbarch_bfd_arch_info (regcache->arch ())->bits_per_word == 32)
822 if (gdbarch_bfd_arch_info (regcache->arch ())->bits_per_word == 32)
913 int is_64bit_p = (gdbarch_bfd_arch_info (arch)->bits_per_word == 64)
    [all...]
amd64-linux-nat.c 110 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
360 if (gdbarch_bfd_arch_info (ph->thread->inf->arch ())->bits_per_word == 32)
437 if (gdbarch_bfd_arch_info (gdbarch)->bits_per_word == 32)
  /src/external/gpl3/binutils/dist/bfd/
cpu-arc.c 87 if (a->bits_per_word != b->bits_per_word)
cpu-powerpc.c 38 if (a->mach == bfd_mach_ppc_vle && b->bits_per_word == 32)
40 if (b->mach == bfd_mach_ppc_vle && a->bits_per_word == 32)
cpu-m68k.c 216 if (a->bits_per_word != b->bits_per_word)
archures.c 592 . int bits_per_word;
1113 if (a->bits_per_word != b->bits_per_word)
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-arc.c 87 if (a->bits_per_word != b->bits_per_word)
cpu-powerpc.c 38 if (a->mach == bfd_mach_ppc_vle && b->bits_per_word == 32)
40 if (b->mach == bfd_mach_ppc_vle && a->bits_per_word == 32)
cpu-m68k.c 216 if (a->bits_per_word != b->bits_per_word)
archures.c 592 . int bits_per_word;
1113 if (a->bits_per_word != b->bits_per_word)
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-arc.c 87 if (a->bits_per_word != b->bits_per_word)
cpu-powerpc.c 38 if (a->mach == bfd_mach_ppc_vle && b->bits_per_word == 32)
40 if (b->mach == bfd_mach_ppc_vle && a->bits_per_word == 32)
cpu-m68k.c 216 if (a->bits_per_word != b->bits_per_word)
archures.c 592 . int bits_per_word;
1111 if (a->bits_per_word != b->bits_per_word)
  /src/external/gpl3/gdb/dist/bfd/
cpu-arc.c 87 if (a->bits_per_word != b->bits_per_word)
cpu-powerpc.c 38 if (a->mach == bfd_mach_ppc_vle && b->bits_per_word == 32)
40 if (b->mach == bfd_mach_ppc_vle && a->bits_per_word == 32)
cpu-m68k.c 216 if (a->bits_per_word != b->bits_per_word)
archures.c 592 . int bits_per_word;
1111 if (a->bits_per_word != b->bits_per_word)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
memory_resource.cc 317 static constexpr unsigned bits_per_word = numeric_limits<word>::digits; member in struct:__anon14869::bitset
324 const size_type last_word = num_blocks / bits_per_word;
327 if (const size_type extra_bits = num_blocks % bits_per_word)
344 n += (bits_per_word - std::__popcount(_M_words[i]));
373 if (const size_type extra_bits = size() % bits_per_word)
374 last <<= (bits_per_word - extra_bits);
387 const size_type wd = n / bits_per_word;
388 const word bit = word(1) << (n % bits_per_word);
398 if (n < bits_per_word)
403 return (wd * bits_per_word) + n
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
memory_resource.cc 317 static constexpr unsigned bits_per_word = numeric_limits<word>::digits; member in struct:__anon17262::bitset
324 const size_type last_word = num_blocks / bits_per_word;
327 if (const size_type extra_bits = num_blocks % bits_per_word)
344 n += (bits_per_word - std::__popcount(_M_words[i]));
373 if (const size_type extra_bits = size() % bits_per_word)
374 last <<= (bits_per_word - extra_bits);
387 const size_type wd = n / bits_per_word;
388 const word bit = word(1) << (n % bits_per_word);
398 if (n < bits_per_word)
403 return (wd * bits_per_word) + n
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
printers.py 346 def __init__(self, begin, size, bits_per_word):
349 self.bits_per_word = bits_per_word
368 if self.offset >= self.bits_per_word:
408 bits_per_word = self.val["__bits_per_word"]
410 self.val["__cap_alloc_"]) * bits_per_word
412 begin, self.length, bits_per_word)
437 self.bits_per_word = int(self.val["__bits_per_word"])
451 word = bit // self.bits_per_word
452 word_bit = bit % self.bits_per_word
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 9