LLVM API Documentation
Enumerations | |
| enum | MemBOpt { RESERVED_0 = 0, RESERVED_1 = 1, OSHST = 2, OSH = 3, RESERVED_4 = 4, RESERVED_5 = 5, NSHST = 6, NSH = 7, RESERVED_8 = 8, RESERVED_9 = 9, ISHST = 10, ISH = 11, RESERVED_12 = 12, RESERVED_13 = 13, ST = 14, SY = 15 } |
Functions | |
| static const char * | MemBOptToString (unsigned val) |
| RESERVED_0 | |
| RESERVED_1 | |
| OSHST | |
| OSH | |
| RESERVED_4 | |
| RESERVED_5 | |
| NSHST | |
| NSH | |
| RESERVED_8 | |
| RESERVED_9 | |
| ISHST | |
| ISH | |
| RESERVED_12 | |
| RESERVED_13 | |
| ST | |
| SY |
Definition at line 122 of file ARMBaseInfo.h.
| static const char* llvm::ARM_MB::MemBOptToString | ( | unsigned | val | ) | [inline, static] |
Definition at line 141 of file ARMBaseInfo.h.
References ISH, ISHST, llvm_unreachable, NSH, NSHST, OSH, OSHST, RESERVED_0, RESERVED_1, RESERVED_12, RESERVED_13, RESERVED_4, RESERVED_5, RESERVED_8, RESERVED_9, ST, and SY.
Referenced by llvm::ARMInstPrinter::printMemBOption().