Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Bitfield

403     } Bitfield;
474 Bitfield = o.Bitfield;
1483 // Munge the lsb/width into a bitfield mask.
1484 unsigned lsb = Bitfield.LSB;
1485 unsigned width = Bitfield.Width;
2151 Op->Bitfield.LSB = LSB;
2152 Op->Bitfield.Width = Width;
2375 OS << "<bitfield " << "lsb: " << Bitfield.LSB
2376 << ", width: " << Bitfield.Width << ">";
3609 // The bitfield descriptor is really two operands, the LSB and the width.
5253 "bitfield width must be in range [1,32-lsb]");