Home | History | Annotate | Download | only in x87

Lines Matching full:bitfield

451   class TypeField: public BitField<Type, 0, 2> {};
452 class NextField: public BitField<int, 2, 32-2> {};