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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp807 RegKind_COP2 = 32, /// COP2 enumerator in enum:__anon4201::MipsOperand::RegKind
816 RegKind_MSACtrl | RegKind_COP2 | RegKind_ACC |
994 assert(isRegIdx() && (RegIdx.Kind & RegKind_COP2) && "Invalid access!");
1679 return isRegIdx() && RegIdx.Kind & RegKind_COP2 && RegIdx.Index <= 31;

Completed in 172 milliseconds