Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp810 RegKind_CCR = 128, /// CCR enumerator
817 RegKind_CCR | RegKind_HWRegs | RegKind_COP3 | RegKind_COP0
1034 assert(isRegIdx() && (RegIdx.Kind & RegKind_CCR) && "Invalid access!"); in getCCRReg()
1661 return isRegIdx() && RegIdx.Kind & RegKind_CCR && RegIdx.Index <= 31; in isCCRAsmReg()