Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Bitfield

446     struct BitfieldOp Bitfield;
519 Bitfield = o.Bitfield;
1588 // Munge the lsb/width into a bitfield mask.
1589 unsigned lsb = Bitfield.LSB;
1590 unsigned width = Bitfield.Width;
2308 Op->Bitfield.LSB = LSB;
2309 Op->Bitfield.Width = Width;
2547 OS << "<bitfield " << "lsb: " << Bitfield.LSB
2548 << ", width: " << Bitfield.Width << ">";
3901 // The bitfield descriptor is really two operands, the LSB and the width.
5292 "bitfield width must be in range [1,32-lsb]");