Home
last modified time | relevance | path

Searched refs:isValidSysReg (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1543 static bool isValidSysReg(const AArch64SysReg::SysReg *Reg, bool Read, in isValidSysReg() function
1559 if (Reg && !isValidSysReg(Reg, Read, STI)) in lookupSysReg()
1586 if (isValidSysReg(Reg, true /*Read*/, STI)) in printMRSSystemRegister()
1613 if (isValidSysReg(Reg, false /*Read*/, STI)) in printMSRSystemRegister()