Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3584 static std::unique_ptr<ARMOperand> CreateCoprocNum(unsigned CopVal, SMLoc S) { in CreateCoprocNum() argument
3586 Op->Cop.Val = CopVal; in CreateCoprocNum()
3592 static std::unique_ptr<ARMOperand> CreateCoprocReg(unsigned CopVal, SMLoc S) { in CreateCoprocReg() argument
3594 Op->Cop.Val = CopVal; in CreateCoprocReg()