Searched refs:CopVal (Results 1 – 1 of 1) sorted by relevance
2490 static std::unique_ptr<ARMOperand> CreateCoprocNum(unsigned CopVal, SMLoc S) { in CreateCoprocNum() argument2492 Op->Cop.Val = CopVal; in CreateCoprocNum()2498 static std::unique_ptr<ARMOperand> CreateCoprocReg(unsigned CopVal, SMLoc S) { in CreateCoprocReg() argument2500 Op->Cop.Val = CopVal; in CreateCoprocReg()