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