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

References

gen/lib/Target/MSP430/MSP430GenAsmMatcher.inc
  365       Inst.addOperand(MCOperand::createReg(MSP430::SR));
  578     case MSP430::SR: OpKind = MCK_GR16; break;
gen/lib/Target/MSP430/MSP430GenAsmWriter.inc
  885         MI->getOperand(0).getReg() == MSP430::SR &&
  893         MI->getOperand(0).getReg() == MSP430::SR &&
  901         MI->getOperand(0).getReg() == MSP430::SR &&
  909         MI->getOperand(0).getReg() == MSP430::SR &&
  919         MI->getOperand(0).getReg() == MSP430::SR &&
  927         MI->getOperand(0).getReg() == MSP430::SR &&
  935         MI->getOperand(0).getReg() == MSP430::SR &&
  943         MI->getOperand(0).getReg() == MSP430::SR &&
gen/lib/Target/MSP430/MSP430GenInstrInfo.inc
  558 static const MCPhysReg ImplicitList1[] = { MSP430::SR, 0 };
  560 static const MCPhysReg ImplicitList3[] = { MSP430::SP, MSP430::SR, 0 };
  561 static const MCPhysReg ImplicitList4[] = { MSP430::R11, MSP430::R12, MSP430::R13, MSP430::R14, MSP430::R15, MSP430::SR, 0 };
gen/lib/Target/MSP430/MSP430GenRegisterInfo.inc
  226     MSP430::R12, MSP430::R13, MSP430::R14, MSP430::R15, MSP430::R11, MSP430::R10, MSP430::R9, MSP430::R8, MSP430::R7, MSP430::R6, MSP430::R5, MSP430::FP, MSP430::PC, MSP430::SP, MSP430::SR, MSP430::CG, 
lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp
  481         Operands.push_back(MSP430Operand::CreateMem(MSP430::SR, Val, StartLoc,
  546   case MSP430::SR:  return MSP430::SRB;
lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp
   89   MSP430::PC,  MSP430::SP,  MSP430::SR,  MSP430::CG,
lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.cpp
   80   if (Base.getReg() == MSP430::SR)
   91   if ((Base.getReg() != MSP430::SR) &&
lib/Target/MSP430/MSP430AsmPrinter.cpp
  115   if (Disp.isImm() && Base.getReg() == MSP430::SR)
  120   if (Base.getReg() != MSP430::SR && Base.getReg() != MSP430::PC) {
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  256       AM.Base.Reg = CurDAG->getRegister(MSP430::SR, MVT::i16);
lib/Target/MSP430/MSP430ISelLowering.cpp
 1187     SDValue SR = DAG.getCopyFromReg(DAG.getEntryNode(), dl, MSP430::SR,
 1450     BuildMI(*BB, MI, dl, TII.get(MSP430::BIC16rc), MSP430::SR)
 1451       .addReg(MSP430::SR).addImm(1);
 1514     BuildMI(LoopBB, dl, TII.get(MSP430::BIC16rc), MSP430::SR)
 1515       .addReg(MSP430::SR).addImm(1);
lib/Target/MSP430/MSP430RegisterInfo.cpp
   84   Reserved.set(MSP430::SR);