Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2916 static std::unique_ptr<ARMOperand> CreateCoprocNum(unsigned CopVal, SMLoc S) { in CreateCoprocNum() argument
2918 Op->Cop.Val = CopVal; in CreateCoprocNum()
2924 static std::unique_ptr<ARMOperand> CreateCoprocReg(unsigned CopVal, SMLoc S) { in CreateCoprocReg() argument
2926 Op->Cop.Val = CopVal; in CreateCoprocReg()