Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DDynamicRegisterInfo.cpp102 const uint32_t max_bit = containing_reg_info->byte_size * 8; in ByteOffsetFromSlice() local
104 if (msbit > max_bit) in ByteOffsetFromSlice()
108 msbit, reg_name_str.str().c_str(), max_bit); in ByteOffsetFromSlice()
109 if (lsbit > max_bit) in ByteOffsetFromSlice()
113 lsbit, reg_name_str.str().c_str(), max_bit); in ByteOffsetFromSlice()