LLVM API Documentation
#include <AArch64BaseInfo.h>
Public Member Functions | |
MSRMapper (uint64_t FeatureBits) | |
Static Public Attributes | |
static const AArch64NamedImmMapper::Mapping | MSRPairs [] |
Definition at line 1149 of file AArch64BaseInfo.h.
AArch64SysReg::MSRMapper::MSRMapper | ( | uint64_t | FeatureBits | ) |
Definition at line 272 of file AArch64BaseInfo.cpp.
References llvm::array_lengthof(), llvm::AArch64SysReg::SysRegMapper::InstPairs, MSRPairs, and llvm::AArch64SysReg::SysRegMapper::NumInstPairs.
{ {"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 1150 of file AArch64BaseInfo.h.
Referenced by MSRMapper().