Lines Matching full:bitfield
583 struct BitfieldOp Bitfield;
1876 // Munge the lsb/width into a bitfield mask.
1877 unsigned lsb = Bitfield.LSB;
1878 unsigned width = Bitfield.Width;
2715 Op->Bitfield.LSB = LSB;
2716 Op->Bitfield.Width = Width;
2973 OS << "<bitfield " << "lsb: " << Bitfield.LSB
2974 << ", width: " << Bitfield.Width << ">";
4568 // The bitfield descriptor is really two operands, the LSB and the width.
6343 "bitfield width must be in range [1,32-lsb]");