LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::AArch64SysReg::SysReg Struct Reference

#include <AArch64BaseInfo.h>

Collaboration diagram for llvm::AArch64SysReg::SysReg:
[legend]

Public Member Functions

bool haveFeatures (FeatureBitset ActiveFeatures) const
 

Public Attributes

const char * Name
 
unsigned Encoding
 
bool Readable
 
bool Writeable
 
FeatureBitset FeaturesRequired
 

Detailed Description

Definition at line 431 of file AArch64BaseInfo.h.

Member Function Documentation

bool llvm::AArch64SysReg::SysReg::haveFeatures ( FeatureBitset  ActiveFeatures) const
inline

Member Data Documentation

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
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().


The documentation for this struct was generated from the following file: