Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:EmitByte

159 void MipsMCCodeEmitter::EmitByte(unsigned char C, raw_ostream &OS) const {
176 EmitByte((Val >> Shift) & 0xff, OS);