Lines Matching defs:lsb
267 // Starting at first 1 (from lsb).
2708 // Munge the lsb/width into a bitfield mask.
2709 unsigned lsb = Bitfield.LSB;
2712 uint32_t Mask = ~(((uint32_t)0xffffffff >> lsb) << (32 - width) >>
2713 (32 - (lsb + width)));
4100 OS << "<bitfield " << "lsb: " << Bitfield.LSB
5646 return Error(E, "'lsb' operand must be an immediate");
5651 return Error(E, "'lsb' operand must be in the range [0,31]");
5672 // The LSB must be in the range [1,32-lsb]
5674 return Error(E, "'width' operand must be in the range [1,32-lsb]");
8070 // Width must be in range [1, 32-lsb].
8075 "bitfield width must be in range [1,32-lsb]");