LLVM
8.0.1
|
#include "Target/AArch64/Utils/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 480 of file AArch64BaseInfo.h.
|
inline |
Definition at line 487 of file AArch64BaseInfo.h.
Referenced by llvm::AArch64InstPrinter::printMRSSystemRegister(), and llvm::AArch64InstPrinter::printMSRSystemRegister().
unsigned llvm::AArch64SysReg::SysReg::Encoding |
Definition at line 482 of file AArch64BaseInfo.h.
Referenced by getIntOperandFromRegisterString().
FeatureBitset llvm::AArch64SysReg::SysReg::FeaturesRequired |
Definition at line 485 of file AArch64BaseInfo.h.
Definition at line 481 of file AArch64BaseInfo.h.
Referenced by llvm::AArch64InstPrinter::printMRSSystemRegister(), and llvm::AArch64InstPrinter::printMSRSystemRegister().
bool llvm::AArch64SysReg::SysReg::Readable |
Definition at line 483 of file AArch64BaseInfo.h.
Referenced by llvm::AArch64InstPrinter::printMRSSystemRegister(), and setRequiredFeatureString().
bool llvm::AArch64SysReg::SysReg::Writeable |
Definition at line 484 of file AArch64BaseInfo.h.
Referenced by llvm::AArch64InstPrinter::printMSRSystemRegister().