Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:EmitByte

416   void EmitByte(unsigned char C, raw_ostream &OS) const {
424 EmitByte((Val >> Shift) & 0xff, OS);