Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:EmitConstant

326   void EmitConstant(uint64_t Val, unsigned Size, raw_ostream &OS) const {
1524 EmitConstant(Binary >> 16, 2, OS);
1525 EmitConstant(Binary & 0xffff, 2, OS);
1527 EmitConstant(Binary, Size, OS);