Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp516 bool isGPRF32() const { in isGPRF32() function
523 bool isGPRAsFPR32() const { return isGPRF32() && Reg.IsGPRAsFPR; } in isGPRAsFPR32()