|
LLVM
3.7.0
|
#include <AArch64BaseInfo.h>
Public Member Functions | |
| SysRegMapper () | |
| uint32_t | fromString (StringRef Name, const FeatureBitset &FeatureBits, bool &Valid) const |
| std::string | toString (uint32_t Bits, const FeatureBitset &FeatureBits) const |
Public Attributes | |
| const AArch64NamedImmMapper::Mapping * | InstMappings |
| size_t | NumInstMappings |
Static Public Attributes | |
| static const AArch64NamedImmMapper::Mapping | SysRegMappings [] |
Definition at line 1201 of file AArch64BaseInfo.h.
|
inline |
Definition at line 1207 of file AArch64BaseInfo.h.
| uint32_t AArch64SysReg::SysRegMapper::fromString | ( | StringRef | Name, |
| const FeatureBitset & | FeatureBits, | ||
| bool & | Valid | ||
| ) | const |
Definition at line 810 of file AArch64BaseInfo.cpp.
References llvm::array_lengthof(), llvm::tgtok::Bits, llvm::StringRef::lower(), and llvm::Regex::match().
| std::string AArch64SysReg::SysRegMapper::toString | ( | uint32_t | Bits, |
| const FeatureBitset & | FeatureBits | ||
| ) | const |
Definition at line 854 of file AArch64BaseInfo.cpp.
References llvm::array_lengthof(), and llvm::utostr().
| const AArch64NamedImmMapper::Mapping* llvm::AArch64SysReg::SysRegMapper::InstMappings |
Definition at line 1204 of file AArch64BaseInfo.h.
| size_t llvm::AArch64SysReg::SysRegMapper::NumInstMappings |
Definition at line 1205 of file AArch64BaseInfo.h.
|
static |
Definition at line 1202 of file AArch64BaseInfo.h.
1.8.6