Home
last modified time | relevance | path

Searched refs:MSP430MCCodeEmitter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp35 class MSP430MCCodeEmitter : public MCCodeEmitter { class
74 MSP430MCCodeEmitter(MCContext &ctx, MCInstrInfo const &MCII) in MSP430MCCodeEmitter() function in llvm::MSP430MCCodeEmitter
82 void MSP430MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction()
101 unsigned MSP430MCCodeEmitter::getMachineOpValue(const MCInst &MI, in getMachineOpValue()
120 unsigned MSP430MCCodeEmitter::getMemOpValue(const MCInst &MI, unsigned Op, in getMemOpValue()
152 unsigned MSP430MCCodeEmitter::getPCRelImmOpValue(const MCInst &MI, unsigned Op, in getPCRelImmOpValue()
165 unsigned MSP430MCCodeEmitter::getCGImmOpValue(const MCInst &MI, unsigned Op, in getCGImmOpValue()
184 unsigned MSP430MCCodeEmitter::getCCOpValue(const MCInst &MI, unsigned Op, in getCCOpValue()
204 return new MSP430MCCodeEmitter(Ctx, MCII); in createMSP430MCCodeEmitter()
H A DCMakeLists.txt7 MSP430MCCodeEmitter.cpp