Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Suffix

87   void emitInst(uint32_t Inst, char Suffix = '\0') override;
226 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) {
228 if (Suffix)
229 OS << "." << Suffix;
382 void emitInst(uint32_t Inst, char Suffix = '\0') override;
464 void emitInst(uint32_t Inst, char Suffix) {
469 switch (Suffix) {
483 Size = (Suffix == 'n' ? 2 : 4);
496 llvm_unreachable("Invalid Suffix");
1051 void ARMTargetELFStreamer::emitInst(uint32_t Inst, char Suffix) {
1052 getStreamer().emitInst(Inst, Suffix);