LLVM 19.0.0git
Enumerations | Functions
llvm::ARM_PROC Namespace Reference

Enumerations

enum  IMod { IE = 2 , ID = 3 }
 
enum  IFlags { F = 1 , I = 2 , A = 4 }
 

Functions

static const charIFlagsToString (unsigned val)
 
static const charIModToString (unsigned val)
 

Enumeration Type Documentation

◆ IFlags

Enumerator

Definition at line 31 of file ARMBaseInfo.h.

◆ IMod

Enumerator
IE 
ID 

Definition at line 26 of file ARMBaseInfo.h.

Function Documentation

◆ IFlagsToString()

static const char * llvm::ARM_PROC::IFlagsToString ( unsigned  val)
inlinestatic

Definition at line 37 of file ARMBaseInfo.h.

References A, F, I, and llvm_unreachable.

Referenced by llvm::ARMInstPrinter::printCPSIFlag().

◆ IModToString()

static const char * llvm::ARM_PROC::IModToString ( unsigned  val)
inlinestatic

Definition at line 46 of file ARMBaseInfo.h.

References ID, IE, and llvm_unreachable.

Referenced by llvm::ARMInstPrinter::printCPSIMod().