Searched defs:low_bits (Results 1 – 3 of 3) sorted by relevance
110 int low_bits() const { in low_bits() function180 int low_bits() const { in low_bits() function
336 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); } in base_reg()
1420 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local