Searched defs:low_bits (Results 1 – 9 of 9) sorted by relevance
138 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; in GetFP() local226 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); in construct_call() local230 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); in construct_call() local
14187 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { in DoubleFromBits()
151 int low_bits() const { in low_bits() function258 int low_bits() const { in low_bits() function
358 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); } in base_reg()
1283 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1407 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local