LLVM 22.0.0git
llvm::MipsMCInstLower Class Reference

MipsMCInstLower - This class is used to lower an MachineInstr into an MCInst. More...

#include "Target/Mips/MipsMCInstLower.h"

Public Member Functions

 MipsMCInstLower (MipsAsmPrinter &asmprinter)
void Initialize (MCContext *C)
void Lower (const MachineInstr *MI, MCInst &OutMI) const
MCOperand LowerOperand (const MachineOperand &MO, int64_t offset=0) const

Detailed Description

MipsMCInstLower - This class is used to lower an MachineInstr into an MCInst.

Definition at line 27 of file MipsMCInstLower.h.

Constructor & Destructor Documentation

◆ MipsMCInstLower()

MipsMCInstLower::MipsMCInstLower ( MipsAsmPrinter & asmprinter)

Definition at line 28 of file MipsMCInstLower.cpp.

Member Function Documentation

◆ Initialize()

void MipsMCInstLower::Initialize ( MCContext * C)

Definition at line 31 of file MipsMCInstLower.cpp.

References llvm::CallingConv::C.

◆ Lower()

void MipsMCInstLower::Lower ( const MachineInstr * MI,
MCInst & OutMI ) const

◆ LowerOperand()


The documentation for this class was generated from the following files: