LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Attributes | List of all members
llvm::A64SysReg::MSRMapper Struct Reference

#include <AArch64BaseInfo.h>

Inheritance diagram for llvm::A64SysReg::MSRMapper:
Inheritance graph
[legend]
Collaboration diagram for llvm::A64SysReg::MSRMapper:
Collaboration graph
[legend]

Public Member Functions

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

Static Public Attributes

static const
NamedImmMapper::Mapping 
MSRPairs []
 
- Static Public Attributes inherited from llvm::A64SysReg::SysRegMapper
static const
NamedImmMapper::Mapping 
SysRegPairs []
 

Additional Inherited Members

- Public Attributes inherited from llvm::A64SysReg::SysRegMapper
const NamedImmMapper::MappingInstPairs
 
size_t NumInstPairs
 

Detailed Description

Definition at line 981 of file AArch64BaseInfo.h.

Constructor & Destructor Documentation

A64SysReg::MSRMapper::MSRMapper ( )

Definition at line 271 of file AArch64BaseInfo.cpp.

References llvm::array_lengthof().

Member Data Documentation

const NamedImmMapper::Mapping A64SysReg::MSRMapper::MSRPairs
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}
}

Definition at line 982 of file AArch64BaseInfo.h.


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