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

References

gen/lib/Target/MSP430/MSP430GenAsmMatcher.inc
 1013   { 313 /* sub */, MSP430::SUB16ri, Convert__Reg1_1__Tie0_1_1__Imm1_0, AMFBS_None, { MCK_Imm, MCK_GR16 }, },
gen/lib/Target/MSP430/MSP430GenDAGISel.inc
 4032 /*  8117*/            OPC_MorphNodeTo2, TARGET_VAL(MSP430::SUB16ri), 0,
 4335 /*  8697*/          OPC_MorphNodeTo2, TARGET_VAL(MSP430::SUB16ri), 0|OPFL_GlueOutput,
gen/lib/Target/MSP430/MSP430GenMCCodeEmitter.inc
  739     case MSP430::SUB16ri:
lib/Target/MSP430/MSP430FrameLowering.cpp
   98         BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SP)
  161                 TII.get(MSP430::SUB16ri), MSP430::SP)
  248             BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
  276           BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
lib/Target/MSP430/MSP430RegisterInfo.cpp
  144       BuildMI(MBB, std::next(II), dl, TII.get(MSP430::SUB16ri), DstReg)