HomeSort by relevance Sort by last modified time
    Searched refs:SysRegMapper (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 626 struct SysRegMapper {
632 SysRegMapper() {}
637 struct MSRMapper : SysRegMapper {
642 struct MRSMapper : SysRegMapper {
AArch64BaseInfo.cpp 217 const NamedImmMapper::Mapping A64SysReg::SysRegMapper::SysRegPairs[] = {
473 A64SysReg::SysRegMapper::fromString(StringRef Name, bool &Valid) const {
515 A64SysReg::SysRegMapper::toString(uint32_t Bits, bool &Valid) const {
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.h 102 void printSysRegOperand(const A64SysReg::SysRegMapper &Mapper,
AArch64InstPrinter.cpp 308 AArch64InstPrinter::printSysRegOperand(const A64SysReg::SysRegMapper &Mapper,
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 160 DecodeSysRegOperand(const A64SysReg::SysRegMapper &InstMapper,
705 static DecodeStatus DecodeSysRegOperand(const A64SysReg::SysRegMapper &Mapper,

Completed in 99 milliseconds