/external/v8/test/cctest/ |
D | test-log-stack-tracer.cc | 91 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); in construct_call() local 93 ->Set(context, v8_str("low_bits"), v8_num(low_bits >> 1)) in construct_call() 97 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); in construct_call() local 99 args.This()->Set(context, v8_str("low_bits"), v8_num(low_bits)).FromJust(); in construct_call()
|
D | trace-extension.cc | 83 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; in GetFP() local 85 Address fp = reinterpret_cast<Address>(high_bits | low_bits); in GetFP()
|
D | test-api.cc | 17634 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { in DoubleFromBits() argument 17635 return DoubleFromBits((static_cast<uint64_t>(high_bits) << 32) | low_bits); in DoubleFromBits()
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 481 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op() 497 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op_16() 537 if (rm_reg.low_bits() == 4) { // Forces SIB byte. in arithmetic_op_8() 1356 emit(0xB0 + dst.low_bits()); in movb() 1422 if (src.low_bits() == 4) { in emit_mov() 1450 emit(0xB8 + dst.low_bits()); in emit_mov() 1468 emit(0xB8 | dst.low_bits()); in movp() 1476 emit(0xB8 | dst.low_bits()); in movq() 1798 emit(0x58 | dst.low_bits()); in popq() 1819 emit(0x50 | src.low_bits()); in pushq() [all …]
|
D | assembler-x64-inl.h | 597 buf_[0] = mod << 6 | rm_reg.low_bits(); in set_modrm() 609 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits(); in set_sib()
|
D | assembler-x64.h | 139 int low_bits() const { return reg_code & 0x7; } in low_bits() function 234 int low_bits() const { return reg_code & 0x7; } in low_bits() function 1869 emit_operand(reg.low_bits(), adr); in emit_operand() 1879 emit(0xC0 | reg.low_bits() << 3 | rm_reg.low_bits()); in emit_modrm() 1886 emit(0xC0 | code << 3 | rm_reg.low_bits()); in emit_modrm()
|
D | disasm-x64.cc | 346 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); } in base_reg() argument
|
/external/libvorbis/doc/ |
D | 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/mesa3d/src/gtest/src/ |
D | gtest.cc | 1422 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/src/ |
D | gtest.cc | 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1424 return low_bits; in ChopLowBits()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 1443 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1445 return low_bits; in ChopLowBits()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 1423 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1425 return low_bits; in ChopLowBits()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest.cc | 1425 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1427 return low_bits; in ChopLowBits()
|
/external/gtest/src/ |
D | gtest.cc | 1425 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 1427 return low_bits; in ChopLowBits()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 2783 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 2785 return low_bits; in ChopLowBits()
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 2925 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 2927 return low_bits; in ChopLowBits()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 2911 return low_bits; in ChopLowBits()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local 2911 return low_bits; in ChopLowBits()
|