Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp283 bool IsGPRAsFPR; member
355 bool isGPRAsFPR() const { return isGPR() && IsGPRAsFPR; } in isGPRAsFPR()
357 bool isGPRF64AsFPR() const { return isGPR() && IsGPRAsFPR && IsRV64; } in isGPRF64AsFPR()
360 return isGPR() && IsGPRAsFPR && !IsRV64 && !((Reg.RegNum - RISCV::X0) & 1); in isGPRPF64AsFPR()
848 bool IsGPRAsFPR = false) { in createReg()
854 Op->IsGPRAsFPR = IsGPRAsFPR; in createReg()