Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_riscv64.cpp80 return m_register_info_up->IsFPReg(reg); in IsFPR()
H A DRegisterInfoPOSIX_riscv64.h69 bool IsFPReg(unsigned reg) const;
H A DRegisterInfoPOSIX_riscv64.cpp140 bool RegisterInfoPOSIX_riscv64::IsFPReg(unsigned reg) const { in IsFPReg() function in RegisterInfoPOSIX_riscv64