Home
last modified time | relevance | path

Searched refs:IsFPR (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h169 bool IsFPR(unsigned reg);
175 bool IsFPR(unsigned reg, FPRType fpr_type);
H A DRegisterContextPOSIX_arm.h52 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_riscv64.h51 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_riscv32.h51 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h65 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h70 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h64 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_riscv64.cpp79 bool RegisterContextPOSIX_riscv64::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_riscv64
H A DRegisterContextPOSIX_loongarch64.h51 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_riscv32.cpp78 bool RegisterContextPOSIX_riscv32::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_riscv32
H A DRegisterContextPOSIX_arm.cpp35 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_loongarch64.cpp79 bool RegisterContextPOSIX_loongarch64::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_loongarch64
H A DRegisterContextPOSIX_arm64.h52 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_arm64.cpp35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_x86.cpp380 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_x86
388 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { in IsFPR() function in RegisterContextPOSIX_x86
389 bool generic_fpr = IsFPR(reg); in IsFPR()
H A DRegisterContextPOSIX_mips64.cpp33 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.h183 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.cpp76 bool RegisterContextPOSIX_s390x::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_powerpc.cpp83 bool RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_powerpc
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp65 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_riscv32.cpp65 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_s390x.cpp67 if (IsFPR(reg)) { in ReadRegister()
H A DRegisterContextPOSIXCore_loongarch64.cpp68 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_riscv64.cpp71 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_powerpc.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()

12