Searched refs:MSP430MCCodeEmitter (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430MCCodeEmitter.cpp | 33 class MSP430MCCodeEmitter : public MCCodeEmitter { class 72 MSP430MCCodeEmitter(MCContext &ctx, MCInstrInfo const &MCII) in MSP430MCCodeEmitter() function in llvm::MSP430MCCodeEmitter 94 void MSP430MCCodeEmitter::encodeInstruction(const MCInst &MI, in encodeInstruction() 115 unsigned MSP430MCCodeEmitter::getMachineOpValue(const MCInst &MI, in getMachineOpValue() 133 unsigned MSP430MCCodeEmitter::getMemOpValue(const MCInst &MI, unsigned Op, in getMemOpValue() 164 unsigned MSP430MCCodeEmitter::getPCRelImmOpValue(const MCInst &MI, unsigned Op, in getPCRelImmOpValue() 176 unsigned MSP430MCCodeEmitter::getCGImmOpValue(const MCInst &MI, unsigned Op, in getCGImmOpValue() 195 unsigned MSP430MCCodeEmitter::getCCOpValue(const MCInst &MI, unsigned Op, in getCCOpValue() 215 return new MSP430MCCodeEmitter(Ctx, MCII); in createMSP430MCCodeEmitter()
|