LLVM 20.0.0git
|
#include "llvm/MC/MCInstPrinter.h"
Public Types | |
enum | CondKind : uint8_t { K_Feature , K_NegFeature , K_OrFeature , K_OrNegFeature , K_EndOrFeatures , K_Ignore , K_Reg , K_TiedReg , K_Imm , K_RegClass , K_Custom } |
Public Attributes | |
CondKind | Kind |
uint32_t | Value |
Definition at line 196 of file MCInstPrinter.h.
enum llvm::AliasPatternCond::CondKind : uint8_t |
Enumerator | |
---|---|
K_Feature | |
K_NegFeature | |
K_OrFeature | |
K_OrNegFeature | |
K_EndOrFeatures | |
K_Ignore | |
K_Reg | |
K_TiedReg | |
K_Imm | |
K_RegClass | |
K_Custom |
Definition at line 197 of file MCInstPrinter.h.
CondKind llvm::AliasPatternCond::Kind |
Definition at line 211 of file MCInstPrinter.h.
uint32_t llvm::AliasPatternCond::Value |
Definition at line 212 of file MCInstPrinter.h.