Lines Matching defs:lsbit
88 uint32_t lsbit;
90 !llvm::to_integer(lsbit_str, lsbit))
92 llvm::inconvertibleErrorCode(), "msbit (%s) or lsbit (%s) are invalid",
95 if (msbit <= lsbit)
97 "msbit (%u) must be greater than lsbit (%u)",
98 msbit, lsbit);
101 const uint32_t lsbyte = lsbit / 8;
116 if (lsbit > max_bit)
119 "lsbit (%u) must be less than the bitsize of the register \"%s\" (%u)",
120 lsbit, reg_name_str.str().c_str(), max_bit);