Searched refs:RegKind_COP0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp813 RegKind_COP0 = 1024, /// COP0 enumerator in enum:__anon4201::MipsOperand::RegKind
817 RegKind_CCR | RegKind_HWRegs | RegKind_COP3 | RegKind_COP0
986 assert(isRegIdx() && (RegIdx.Kind & RegKind_COP0) && "Invalid access!");
1675 return isRegIdx() && RegIdx.Kind & RegKind_COP0 && RegIdx.Index <= 31;

Completed in 217 milliseconds