LLVM  3.7.0
Public Member Functions | Static Public Attributes | List of all members
llvm::AArch64SysReg::MSRMapper Struct Reference

#include <AArch64BaseInfo.h>

Inheritance diagram for llvm::AArch64SysReg::MSRMapper:
[legend]
Collaboration diagram for llvm::AArch64SysReg::MSRMapper:
[legend]

Public Member Functions

 MSRMapper ()
 
- Public Member Functions inherited from llvm::AArch64SysReg::SysRegMapper
 SysRegMapper ()
 
uint32_t fromString (StringRef Name, const FeatureBitset &FeatureBits, bool &Valid) const
 
std::string toString (uint32_t Bits, const FeatureBitset &FeatureBits) const
 

Static Public Attributes

static const
AArch64NamedImmMapper::Mapping 
MSRMappings []
 
- Static Public Attributes inherited from llvm::AArch64SysReg::SysRegMapper
static const
AArch64NamedImmMapper::Mapping 
SysRegMappings []
 

Additional Inherited Members

- Public Attributes inherited from llvm::AArch64SysReg::SysRegMapper
const
AArch64NamedImmMapper::Mapping
InstMappings
 
size_t NumInstMappings
 

Detailed Description

Definition at line 1213 of file AArch64BaseInfo.h.

Constructor & Destructor Documentation

AArch64SysReg::MSRMapper::MSRMapper ( )

Definition at line 283 of file AArch64BaseInfo.cpp.

References llvm::array_lengthof().

Member Data Documentation

const AArch64NamedImmMapper::Mapping AArch64SysReg::MSRMapper::MSRMappings
static
Initial value:
= {
{"dbgdtrtx_el0", DBGDTRTX_EL0, {}},
{"oslar_el1", OSLAR_EL1, {}},
{"pmswinc_el0", PMSWINC_EL0, {}},
{"trcoslar", TRCOSLAR, {}},
{"trclar", TRCLAR, {}},
{"icc_eoir1_el1", ICC_EOIR1_EL1, {}},
{"icc_eoir0_el1", ICC_EOIR0_EL1, {}},
{"icc_dir_el1", ICC_DIR_EL1, {}},
{"icc_sgi1r_el1", ICC_SGI1R_EL1, {}},
{"icc_asgi1r_el1", ICC_ASGI1R_EL1, {}},
{"icc_sgi0r_el1", ICC_SGI0R_EL1, {}},
{"pan", PAN, {AArch64::HasV8_1aOps}},
}

Definition at line 1214 of file AArch64BaseInfo.h.


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