reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AVR/AVRGenAsmMatcher.inc
 1219   { 408 /* sbc */, AVR::SBCRdRr, Convert__Reg1_0__Tie0_1_1__Reg1_1, AMFBS_None, { MCK_GPR8, MCK_GPR8 }, },
gen/lib/Target/AVR/AVRGenDAGISel.inc
  831 /*  1389*/      OPC_MorphNodeTo2, TARGET_VAL(AVR::SBCRdRr), 0|OPFL_GlueInput|OPFL_GlueOutput,
gen/lib/Target/AVR/AVRGenMCCodeEmitter.inc
  698     case AVR::SBCRdRr:
lib/Target/AVR/AVRExpandPseudoInsts.cpp
  268   return expandArith(AVR::SUBRdRr, AVR::SBCRdRr, MBB, MBBI);
  320   return expandArith(AVR::SBCRdRr, AVR::SBCRdRr, MBB, MBBI);
  320   return expandArith(AVR::SBCRdRr, AVR::SBCRdRr, MBB, MBBI);
 1396   auto SBC = buildMI(MBB, MBBI, AVR::SBCRdRr)