|
LLVM
4.0.0
|
#include <AArch64BaseInfo.h>
Public Member Functions | |
| bool | haveFeatures (FeatureBitset ActiveFeatures) const |
Public Attributes | |
| const char * | Name |
| unsigned | Encoding |
| bool | Readable |
| bool | Writeable |
| FeatureBitset | FeaturesRequired |
Definition at line 431 of file AArch64BaseInfo.h.
|
inline |
Definition at line 438 of file AArch64BaseInfo.h.
References FeaturesRequired.
Referenced by llvm::AArch64InstPrinter::printMRSSystemRegister(), and llvm::AArch64InstPrinter::printMSRSystemRegister().
| unsigned llvm::AArch64SysReg::SysReg::Encoding |
Definition at line 433 of file AArch64BaseInfo.h.
| FeatureBitset llvm::AArch64SysReg::SysReg::FeaturesRequired |
Definition at line 436 of file AArch64BaseInfo.h.
Referenced by haveFeatures().
| const char* llvm::AArch64SysReg::SysReg::Name |
Definition at line 432 of file AArch64BaseInfo.h.
Referenced by llvm::AArch64InstPrinter::printMRSSystemRegister(), and llvm::AArch64InstPrinter::printMSRSystemRegister().
| bool llvm::AArch64SysReg::SysReg::Readable |
Definition at line 434 of file AArch64BaseInfo.h.
Referenced by llvm::AArch64InstPrinter::printMRSSystemRegister().
| bool llvm::AArch64SysReg::SysReg::Writeable |
Definition at line 435 of file AArch64BaseInfo.h.
Referenced by llvm::AArch64InstPrinter::printMSRSystemRegister().
1.8.6