Home | History | Annotate | Download | only in compiler

Lines Matching full:bitfield

339   // instead of using the BitField utility class.
955 typedef BitField<size_t, 0, 8> OutputCountField;
956 typedef BitField<size_t, 8, 16> InputCountField;
957 typedef BitField<size_t, 24, 6> TempCountField;
971 typedef BitField<bool, 30, 1> IsCallField;