|
LLVM
8.0.1
|
Classes | |
| struct | SysReg |
Functions | |
| const SysReg * | lookupSysRegByName (StringRef) |
| const SysReg * | lookupSysRegByEncoding (uint16_t) |
| uint32_t | parseGenericRegister (StringRef Name) |
| std::string | genericRegisterString (uint32_t Bits) |
| std::string llvm::AArch64SysReg::genericRegisterString | ( | uint32_t | Bits | ) |
Definition at line 148 of file AArch64BaseInfo.cpp.
References assert(), and llvm::utostr().
Referenced by llvm::AArch64InstPrinter::printMRSSystemRegister(), and llvm::AArch64InstPrinter::printMSRSystemRegister().
Referenced by convertFPR32ToFPR64(), getIntOperandFromRegisterString(), and setRequiredFeatureString().
Definition at line 127 of file AArch64BaseInfo.cpp.
References llvm::tgtok::Bits, llvm::Regex::match(), and llvm::StringRef::upper().
Referenced by getIntOperandFromRegisterString(), and setRequiredFeatureString().
1.8.13