LLVM: llvm::SysAliasReg Struct Reference (original) (raw)

#include "[Target/AArch64/Utils/AArch64BaseInfo.h](AArch64BaseInfo%5F8h%5Fsource.html)"

Inheritance diagram for llvm::SysAliasReg:

[legend]

Public Member Functions
constexpr SysAliasReg (const char *N, uint16_t E, bool R)
constexpr SysAliasReg (const char *N, uint16_t E, bool R, FeatureBitset F)
Public Member Functions inherited from llvm::SysAlias
constexpr SysAlias (const char *N, uint16_t E)
constexpr SysAlias (const char *N, uint16_t E, FeatureBitset F)
bool haveFeatures (FeatureBitset ActiveFeatures) const
FeatureBitset getRequiredFeatures () const
Public Attributes
bool NeedsReg
Public Attributes inherited from llvm::SysAlias
const char * Name
uint16_t Encoding
FeatureBitset FeaturesRequired

Detailed Description

Definition at line 404 of file AArch64BaseInfo.h.

Constructor & Destructor Documentation

llvm::SysAliasReg::SysAliasReg ( const char * N, uint16_t E, bool R ) inlineconstexpr

Definition at line 406 of file AArch64BaseInfo.h.

References E(), N, NeedsReg, and llvm::SysAlias::SysAlias().

SysAliasReg() [2/2]

llvm::SysAliasReg::SysAliasReg ( const char * N, uint16_t E, bool R, FeatureBitset F ) inlineconstexpr

Definition at line 408 of file AArch64BaseInfo.h.

References E(), F, N, NeedsReg, and llvm::SysAlias::SysAlias().

Member Data Documentation

NeedsReg

bool llvm::SysAliasReg::NeedsReg

Definition at line 405 of file AArch64BaseInfo.h.

Referenced by llvm::AArch64InstPrinter::printSysAlias(), SysAliasReg(), and SysAliasReg().


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