Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZa.td24 let PredicateMethod = "isGPRPair";
31 let PredicateMethod = "isGPRPair";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp485 bool isGPRPair() const { in isGPRPair() function