Home
last modified time | relevance | path

Searched refs:low_bits (Results 1 – 15 of 15) sorted by relevance

/external/v8/test/cctest/
Dtest-log-stack-tracer.cc138 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; in GetFP() local
140 Address fp = reinterpret_cast<Address>(high_bits | low_bits); in GetFP()
226 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); in construct_call() local
227 args.This()->Set(v8_str("low_bits"), v8_num(low_bits >> 1)); in construct_call()
230 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); in construct_call() local
232 args.This()->Set(v8_str("low_bits"), v8_num(low_bits)); in construct_call()
Dtest-api.cc14187 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { in DoubleFromBits() argument
14188 return DoubleFromBits((static_cast<uint64_t>(high_bits) << 32) | low_bits); in DoubleFromBits()
/external/v8/src/x64/
Dassembler-x64.cc582 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op()
598 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op_16()
627 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op_32()
1406 emit(0xB0 + dst.low_bits()); in movb()
1442 if (src.low_bits() == 4) { in movl()
1474 emit(0xB8 + dst.low_bits()); in movl()
1489 if (src.low_bits() == 4) { in movq()
1524 emit(0xB8 | dst.low_bits()); in movq()
1545 emit(0xB8 | dst.low_bits()); in movq()
1601 emit(0xB8 | dst.low_bits()); in movq()
[all …]
Dassembler-x64-inl.h455 buf_[0] = mod << 6 | rm_reg.low_bits(); in set_modrm()
467 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits(); in set_sib()
Dassembler-x64.h151 int low_bits() const { in low_bits() function
258 int low_bits() const { in low_bits() function
1545 emit_operand(reg.low_bits(), adr); in emit_operand()
1555 emit(0xC0 | reg.low_bits() << 3 | rm_reg.low_bits()); in emit_modrm()
1562 emit(0xC0 | code << 3 | rm_reg.low_bits()); in emit_modrm()
Ddisasm-x64.cc358 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); } in base_reg() argument
/external/libvorbis/doc/
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/sdch/open-vcdiff/src/gtest/
Dgtest.cc1283 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1285 return low_bits; in ChopLowBits()
/external/protobuf/gtest/src/
Dgtest.cc1407 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1409 return low_bits; in ChopLowBits()
/external/chromium/testing/gtest/src/
Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1424 return low_bits; in ChopLowBits()
/external/gtest/src/
Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1424 return low_bits; in ChopLowBits()
/external/open-vcdiff/gtest/src/
Dgtest.cc1437 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1439 return low_bits; in ChopLowBits()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1424 return low_bits; in ChopLowBits()
/external/llvm/utils/unittest/googletest/
Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1424 return low_bits; in ChopLowBits()
/external/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc2726 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
2728 return low_bits; in ChopLowBits()