Searched refs:low_bits (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-log-stack-tracer.cc89 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);"
H A Dtrace-extension.cc67 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; local
69 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
H A Dtest-api.cc18180 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { argument
18181 return DoubleFromBits((static_cast<uint64_t>(high_bits) << 32) | low_bits);
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc421 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());
1249 if (src.low_bits() == 4) {
1277 emit(0xB8 + dst.low_bits());
1295 emit(0xB8 | dst.low_bits());
1303 emit(0xB8 | dst.low_bits());
1586 emit(0x58 | dst.low_bits());
1607 emit(0x50 | src.low_bits());
[all...]
H A Dassembler-x64-inl.h528 buf_[0] = mod << 6 | rm_reg.low_bits();
540 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits();
H A Dassembler-x64.h133 int low_bits() const { function in struct:v8::internal::Register
256 int low_bits() const {
1294 emit_operand(reg.low_bits(), adr);
1304 emit(0xC0 | reg.low_bits() << 3 | rm_reg.low_bits());
1311 emit(0xC0 | code << 3 | rm_reg.low_bits());
H A Ddisasm-x64.cc340 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); } argument
/external/libvorbis/doc/
H A D08-residue.tex197 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/
H A Dgtest.cc1709 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
1711 return low_bits;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
1424 return low_bits;
/external/gtest/src/
H A Dgtest.cc1425 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
1427 return low_bits;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
1424 return low_bits;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
1424 return low_bits;
/external/protobuf/gtest/src/
H A Dgtest.cc1407 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
1409 return low_bits;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
2911 return low_bits;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
2911 return low_bits;

Completed in 3478 milliseconds