Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1864 static bool isValidSysReg(const AArch64SysReg::SysReg *Reg, bool Read, in isValidSysReg() function
1880 if (Reg && !isValidSysReg(Reg, Read, STI)) in lookupSysReg()
1907 if (isValidSysReg(Reg, true /*Read*/, STI)) in printMRSSystemRegister()
1934 if (isValidSysReg(Reg, false /*Read*/, STI)) in printMSRSystemRegister()