LLVM 19.0.0git
Functions
MCInstPrinter.cpp File Reference
#include "llvm/MC/MCInstPrinter.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <cinttypes>
#include <cstdint>

Go to the source code of this file.

Functions

static bool matchAliasCondition (const MCInst &MI, const MCSubtargetInfo *STI, const MCRegisterInfo &MRI, unsigned &OpIdx, const AliasMatchingData &M, const AliasPatternCond &C, bool &OrPredicateResult)
 
static bool needsLeadingZero (uint64_t Value)
 

Function Documentation

◆ matchAliasCondition()

static bool matchAliasCondition ( const MCInst MI,
const MCSubtargetInfo STI,
const MCRegisterInfo MRI,
unsigned OpIdx,
const AliasMatchingData M,
const AliasPatternCond C,
bool OrPredicateResult 
)
static

◆ needsLeadingZero()

static bool needsLeadingZero ( uint64_t  Value)
static

Definition at line 174 of file MCInstPrinter.cpp.

Referenced by llvm::MCInstPrinter::formatHex().