Searched defs:IsFPR (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_s390x.cpp76 bool RegisterContextPOSIX_s390x::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_arm.cpp81 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp100 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_mips64.cpp35 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.cpp84 bool RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_ppc64le.cpp102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_x86.cpp301 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_x86
309 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { function in class:RegisterContextPOSIX_x86
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterBankInfo.cpp431 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); local

Completed in 106 milliseconds