enum AliasPatternCond::CondKind
Declared at: llvm/include/llvm/MC/MCInstPrinter.h:161
Enumerators
Name | Value | Comment |
---|---|---|
K_Feature | 0 | |
K_NegFeature | 1 | |
K_OrFeature | 2 | |
K_OrNegFeature | 3 | |
K_EndOrFeatures | 4 | |
K_Ignore | 5 | |
K_Reg | 6 | |
K_TiedReg | 7 | |
K_Imm | 8 | |
K_RegClass | 9 | |
K_Custom | 10 |