#include "Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h"
|
uint64_t | getBinaryCodeForInstr (const MCInst &MI, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
|
virtual uint64_t | getMachineOpValue (const MCInst &MI, const MCOperand &MO, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
|
virtual unsigned | getSOPPBrEncoding (const MCInst &MI, unsigned OpNo, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
|
virtual unsigned | getSMEMOffsetEncoding (const MCInst &MI, unsigned OpNo, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
|
virtual unsigned | getSDWASrcEncoding (const MCInst &MI, unsigned OpNo, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
|
virtual unsigned | getSDWAVopcDstEncoding (const MCInst &MI, unsigned OpNo, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
|
virtual unsigned | getAVOperandEncoding (const MCInst &MI, unsigned OpNo, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const |
|
| MCCodeEmitter (const MCCodeEmitter &)=delete |
|
MCCodeEmitter & | operator= (const MCCodeEmitter &)=delete |
|
virtual | ~MCCodeEmitter () |
|
virtual void | reset () |
| Lifetime management. More...
|
|
virtual void | emitPrefix (const MCInst &Inst, raw_ostream &OS, const MCSubtargetInfo &STI) const |
| Emit the prefixes of given instruction on the output stream. More...
|
|
virtual void | encodeInstruction (const MCInst &Inst, raw_ostream &OS, SmallVectorImpl< MCFixup > &Fixups, const MCSubtargetInfo &STI) const =0 |
| EncodeInstruction - Encode the given Inst to bytes on the output stream OS . More...
|
|
Definition at line 28 of file AMDGPUMCCodeEmitter.h.
◆ AMDGPUMCCodeEmitter()
◆ computeAvailableFeatures()
◆ getAVOperandEncoding()
◆ getBinaryCodeForInstr()
◆ getMachineOpValue()
◆ getSDWASrcEncoding()
◆ getSDWAVopcDstEncoding()
◆ getSMEMOffsetEncoding()
◆ getSOPPBrEncoding()
◆ verifyInstructionPredicates()
◆ MCII
The documentation for this class was generated from the following files: