Lines Matching refs:AArch64SysReg
1543 static bool isValidSysReg(const AArch64SysReg::SysReg *Reg, bool Read, in isValidSysReg()
1555 static const AArch64SysReg::SysReg *lookupSysReg(unsigned Val, bool Read, in lookupSysReg()
1557 const AArch64SysReg::SysReg *Reg = AArch64SysReg::lookupSysRegByEncoding(Val); in lookupSysReg()
1560 Reg = AArch64SysReg::lookupSysRegByName(Reg->AltName); in lookupSysReg()
1573 if (Val == AArch64SysReg::DBGDTRRX_EL0) { in printMRSSystemRegister()
1579 if (Val == AArch64SysReg::TRCEXTINSELR) { in printMRSSystemRegister()
1584 const AArch64SysReg::SysReg *Reg = lookupSysReg(Val, true /*Read*/, STI); in printMRSSystemRegister()
1589 O << AArch64SysReg::genericRegisterString(Val); in printMRSSystemRegister()
1600 if (Val == AArch64SysReg::DBGDTRTX_EL0) { in printMSRSystemRegister()
1606 if (Val == AArch64SysReg::TRCEXTINSELR) { in printMSRSystemRegister()
1611 const AArch64SysReg::SysReg *Reg = lookupSysReg(Val, false /*Read*/, STI); in printMSRSystemRegister()
1616 O << AArch64SysReg::genericRegisterString(Val); in printMSRSystemRegister()