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

  /external/v8/test/cctest/
test-log-stack-tracer.cc 142 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; local
144 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
230 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); local
231 args.This()->Set(v8_str("low_bits"), v8_num(low_bits >> 1));
234 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); local
236 args.This()->Set(v8_str("low_bits"), v8_num(low_bits));
264 " %s(fp.low_bits, fp.high_bits);"
test-api.cc     [all...]
  /external/v8/src/x64/
assembler-x64.cc 578 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
594 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
623 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
    [all...]
assembler-x64-inl.h 421 buf_[0] = mod << 6 | rm_reg.low_bits();
433 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits();
assembler-x64.h 149 int low_bits() const { function in struct:v8::internal::Register
232 int low_bits() const { function in struct:v8::internal::XMMRegister
    [all...]
disasm-x64.cc 354 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); }
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 1283 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/gtest/src/
gtest.cc 1420 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/llvm/utils/unittest/googletest/
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...]

Completed in 2158 milliseconds