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

References

gen/lib/Target/AVR/AVRGenDAGISel.inc
  729 /*  1223*/        OPC_MorphNodeTo2, TARGET_VAL(AVR::SUBWRdRr), 0,
  995 /*  1695*/      OPC_MorphNodeTo2, TARGET_VAL(AVR::SUBWRdRr), 0|OPFL_GlueOutput,
lib/Target/AVR/AVRExpandPseudoInsts.cpp
  267 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) {
  926   return expandAtomicArithmeticOp(16, AVR::SUBWRdRr, MBB, MBBI);
 1520     EXPAND(AVR::SUBWRdRr);