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

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

Completed in 190 milliseconds