HomeSort by relevance Sort by last modified time
    Searched refs:low_bits (Results 1 - 25 of 25) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
tekhex.c 632 bfd_vma low_bits = addr & CHUNK_MASK; local
645 *location = d->chunk_data[low_bits];
651 d->chunk_data[low_bits] = *location;
652 d->chunk_init[low_bits / CHUNK_SPAN] = 1;
coff-arm.c 991 unsigned int low_bits;
997 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1001 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1003 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
990 unsigned int low_bits; local
    [all...]
elfxx-mips.c 10150 bfd_vma low_bits; local
10301 bfd_vma low_bits; local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 502 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
518 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
559 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
    [all...]
assembler-x64-inl.h 564 buf_[0] = mod << 6 | rm_reg.low_bits();
576 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits();
assembler-x64.h 138 int low_bits() const { return reg_code & 0x7; }
235 int low_bits() const { return reg_code & 0x7; }
    [all...]
disasm-x64.cc 347 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); }
    [all...]
  /art/runtime/
stack_map.h 1030 uint32_t low_bits = encoding.GetExtraDataEncoding().Load(GetRegionAtDepth(encoding, depth)); local
    [all...]
  /external/libvorbis/doc/
08-residue.tex 197 3) [low_bits] = read 3 bits as unsigned integer
200 6) vector [residue_cascade] element [i] = [high_bits] * 8 + [low_bits]
  /external/v8/src/s390/
simulator-s390.cc 2445 int32_t low_bits = product & 0x00000000FFFFFFFF; local
3478 int32_t low_bits = product & 0x00000000FFFFFFFF; local
6587 int32_t low_bits = product & 0x00000000FFFFFFFF; local
6957 int32_t low_bits = product & 0x00000000FFFFFFFF; local
10331 int32_t low_bits = product & 0x00000000FFFFFFFF; local
11185 int32_t low_bits = product & 0x00000000FFFFFFFF; local
11469 uint32_t low_bits = product & 0x00000000FFFFFFFF; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 1423 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/googletest/googletest/src/
gtest.cc 1748 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 1748 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 1443 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 1748 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 1425 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 1410 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 1410 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 2783 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]

Completed in 5219 milliseconds