LLVM 22.0.0git
llvm::AArch64SysReg::SysReg Struct Reference

#include "Target/AArch64/Utils/AArch64BaseInfo.h"

Public Member Functions

bool haveFeatures (FeatureBitset ActiveFeatures) const

Public Attributes

const char Name [32]
unsigned Encoding
bool Readable
bool Writeable
FeatureBitset FeaturesRequired

Detailed Description

Definition at line 795 of file AArch64BaseInfo.h.

Member Function Documentation

◆ haveFeatures()

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

Definition at line 802 of file AArch64BaseInfo.h.

References FeaturesRequired.

Member Data Documentation

◆ Encoding

unsigned llvm::AArch64SysReg::SysReg::Encoding

Definition at line 797 of file AArch64BaseInfo.h.

◆ FeaturesRequired

FeatureBitset llvm::AArch64SysReg::SysReg::FeaturesRequired

Definition at line 800 of file AArch64BaseInfo.h.

Referenced by haveFeatures().

◆ Name

const char llvm::AArch64SysReg::SysReg::Name[32]

Definition at line 796 of file AArch64BaseInfo.h.

◆ Readable

bool llvm::AArch64SysReg::SysReg::Readable

Definition at line 798 of file AArch64BaseInfo.h.

◆ Writeable

bool llvm::AArch64SysReg::SysReg::Writeable

Definition at line 799 of file AArch64BaseInfo.h.


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