Lines Matching refs:LSB
537 unsigned LSB; member
1801 unsigned lsb = Bitfield.LSB; in addBitfieldOperands()
2597 CreateBitfield(unsigned LSB, unsigned Width, SMLoc S, SMLoc E) { in CreateBitfield() argument
2599 Op->Bitfield.LSB = LSB; in CreateBitfield()
2854 OS << "<bitfield " << "lsb: " << Bitfield.LSB in print()
4449 int64_t LSB = CE->getValue(); in parseBitfield() local
4451 if (LSB < 0 || LSB > 31) { in parseBitfield()
4484 if (Width < 1 || Width > 32 - LSB) { in parseBitfield()
4489 Operands.push_back(ARMOperand::CreateBitfield(LSB, Width, S, EndLoc)); in parseBitfield()
6200 unsigned LSB = Inst.getOperand(2).getImm(); in validateInstruction() local
6202 if (Widthm1 >= 32 - LSB) in validateInstruction()