LLVM 19.0.0git
Functions
llvm::RISCVRVC Namespace Reference

Functions

bool compress (MCInst &OutInst, const MCInst &MI, const MCSubtargetInfo &STI)
 
bool uncompress (MCInst &OutInst, const MCInst &MI, const MCSubtargetInfo &STI)
 

Function Documentation

◆ compress()

bool llvm::RISCVRVC::compress ( MCInst OutInst,
const MCInst MI,
const MCSubtargetInfo STI 
)

Definition at line 142 of file RISCVBaseInfo.cpp.

References MI.

◆ uncompress()

bool llvm::RISCVRVC::uncompress ( MCInst OutInst,
const MCInst MI,
const MCSubtargetInfo STI 
)

Definition at line 147 of file RISCVBaseInfo.cpp.

References MI.

Referenced by llvm::RISCVInstPrinter::printInst(), and llvm::RISCVAsmBackend::relaxInstruction().