Searched refs:MSP430MCCodeEmitter (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430MCCodeEmitter.cpp | 35 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, in encodeInstruction() 103 unsigned MSP430MCCodeEmitter::getMachineOpValue(const MCInst &MI, in getMachineOpValue() 122 unsigned MSP430MCCodeEmitter::getMemOpValue(const MCInst &MI, unsigned Op, in getMemOpValue() 154 unsigned MSP430MCCodeEmitter::getPCRelImmOpValue(const MCInst &MI, unsigned Op, in getPCRelImmOpValue() 167 unsigned MSP430MCCodeEmitter::getCGImmOpValue(const MCInst &MI, unsigned Op, in getCGImmOpValue() 186 unsigned MSP430MCCodeEmitter::getCCOpValue(const MCInst &MI, unsigned Op, in getCCOpValue() 206 return new MSP430MCCodeEmitter(Ctx, MCII); in createMSP430MCCodeEmitter()
|