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

References

lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp
  443         Operands.push_back(MSP430Operand::CreateReg(RegNo, StartLoc, EndLoc));
  468         Operands.push_back(MSP430Operand::CreateMem(RegNo, Val, StartLoc,
  481         Operands.push_back(MSP430Operand::CreateMem(MSP430::SR, Val, StartLoc,
  496         Operands.push_back(MSP430Operand::CreatePostIndReg(RegNo, StartLoc, EndLoc));
  500       if (Operands.size() > 1) // Emulate @rd in destination position as 0(rd)
  501         Operands.push_back(MSP430Operand::CreateMem(RegNo,
  504         Operands.push_back(MSP430Operand::CreateIndReg(RegNo, StartLoc, EndLoc));
  514         Operands.push_back(MSP430Operand::CreateImm(Val, StartLoc, EndLoc));