LLVM 20.0.0git
|
Enumerations | |
enum | IMod { IE = 2 , ID = 3 } |
enum | IFlags { F = 1 , I = 2 , A = 4 } |
Functions | |
static const char * | IFlagsToString (unsigned val) |
static const char * | IModToString (unsigned val) |
Enumerator | |
---|---|
F | |
I | |
A |
Definition at line 31 of file ARMBaseInfo.h.
enum llvm::ARM_PROC::IMod |
Enumerator | |
---|---|
IE | |
ID |
Definition at line 26 of file ARMBaseInfo.h.
Definition at line 37 of file ARMBaseInfo.h.
References A, F, I, and llvm_unreachable.
Referenced by llvm::ARMInstPrinter::printCPSIFlag().
Definition at line 46 of file ARMBaseInfo.h.
References ID, IE, and llvm_unreachable.
Referenced by llvm::ARMInstPrinter::printCPSIMod().