Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp763 RegKind_CCR = 128, /// CCR enumerator
770 RegKind_CCR | RegKind_HWRegs | RegKind_COP3 | RegKind_COP0
986 assert(isRegIdx() && (RegIdx.Kind & RegKind_CCR) && "Invalid access!"); in getCCRReg()
1625 return isRegIdx() && RegIdx.Kind & RegKind_CCR && RegIdx.Index <= 31; in isCCRAsmReg()