Home | History | Annotate | Download | only in src

Lines Matching full:bitfield

111   // Encode state and pc-offset as a BitField<type, start, size>.
113 class StateField : public BitField<State, 0, 1> { };
114 class PcField : public BitField<unsigned, 1, 30-1> { };