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

  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 89 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); local
90 args.This()->Set(v8_str("low_bits"), v8_num(low_bits >> 1));
93 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); local
95 args.This()->Set(v8_str("low_bits"), v8_num(low_bits));
125 " %s(fp.low_bits, fp.high_bits);"
trace-extension.cc 67 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; local
69 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
test-api.cc     [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 421 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
437 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
477 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
1183 emit(0xB0 + dst.low_bits());
    [all...]
assembler-x64-inl.h 528 buf_[0] = mod << 6 | rm_reg.low_bits();
540 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits();
assembler-x64.h 133 int low_bits() const { function in struct:v8::internal::Register
256 int low_bits() const {
    [all...]
disasm-x64.cc 340 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); }
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 409 uint16_t low_bits = Low16Bits(value); local
411 bool low_fast = ((uint16_t)(low_bits + 1) <= 1);
416 if (LIKELY(low_bits == high_bits)) {
418 ArmOpcode opcode = LIKELY(low_bits == 0) ? kA64Mov2rr : kA64Mvn2rr;
427 useful_bits = low_bits;
430 uniform_bits = low_bits;
447 res = NewLIR3(kA64Movz3rdM, r_dest.GetReg(), low_bits, 0);
    [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/chromium_org/testing/gtest/src/
gtest.cc 1709 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/gtest/src/
gtest.cc 1425 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 1407 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 1410 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]

Completed in 725 milliseconds