Home | History | Annotate | Download | only in aarch64

Lines Matching refs:end_bit

4937 static inline uint64_t Bits(uint64_t val, int start_bit, int end_bit) {
4938 return ExtractUnsignedBitfield64(start_bit, end_bit, val);