LLVM 19.0.0git
Classes | Functions
llvm::AArch64_IMM Namespace Reference

Classes

struct  ImmInsnModel
 

Functions

void expandMOVImm (uint64_t Imm, unsigned BitSize, SmallVectorImpl< ImmInsnModel > &Insn)
 Expand a MOVi32imm or MOVi64imm pseudo instruction to one or more real move-immediate instructions to synthesize the immediate.
 

Function Documentation

◆ expandMOVImm()

void llvm::AArch64_IMM::expandMOVImm ( uint64_t  Imm,
unsigned  BitSize,
SmallVectorImpl< ImmInsnModel > &  Insn 
)