|
LLVM
3.7.0
|
#include <AArch64BaseInfo.h>
Public Member Functions | |
| ISBMapper () | |
Public Member Functions inherited from llvm::AArch64NamedImmMapper | |
| template<int N> | |
| AArch64NamedImmMapper (const Mapping(&Mappings)[N], uint32_t TooBigImm) | |
| StringRef | toString (uint32_t Value, const FeatureBitset &FeatureBits, bool &Valid) const |
| uint32_t | fromString (StringRef Name, const FeatureBitset &FeatureBits, bool &Valid) const |
| bool | validImm (uint32_t Value) const |
| Many of the instructions allow an alternative assembly form consisting of a simple immediate. More... | |
Static Public Attributes | |
| static const Mapping | ISBMappings [] |
Additional Inherited Members | |
Protected Attributes inherited from llvm::AArch64NamedImmMapper | |
| const Mapping * | Mappings |
| size_t | NumMappings |
| uint32_t | TooBigImm |
Definition at line 420 of file AArch64BaseInfo.h.
| AArch64ISB::ISBMapper::ISBMapper | ( | ) |
Definition at line 115 of file AArch64BaseInfo.cpp.
|
static |
Definition at line 421 of file AArch64BaseInfo.h.
1.8.6