Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Bitfield

439     struct BitfieldOp Bitfield;
510 Bitfield = o.Bitfield;
1532 // Munge the lsb/width into a bitfield mask.
1533 unsigned lsb = Bitfield.LSB;
1534 unsigned width = Bitfield.Width;
2216 Op->Bitfield.LSB = LSB;
2217 Op->Bitfield.Width = Width;
2440 OS << "<bitfield " << "lsb: " << Bitfield.LSB
2441 << ", width: " << Bitfield.Width << ">";
3738 // The bitfield descriptor is really two operands, the LSB and the width.
5360 "bitfield width must be in range [1,32-lsb]");