Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Bitfield

407     } Bitfield;
478 Bitfield = o.Bitfield;
1499 // Munge the lsb/width into a bitfield mask.
1500 unsigned lsb = Bitfield.LSB;
1501 unsigned width = Bitfield.Width;
2183 Op->Bitfield.LSB = LSB;
2184 Op->Bitfield.Width = Width;
2407 OS << "<bitfield " << "lsb: " << Bitfield.LSB
2408 << ", width: " << Bitfield.Width << ">";
3698 // The bitfield descriptor is really two operands, the LSB and the width.
5309 "bitfield width must be in range [1,32-lsb]");