Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h196 bool IsFPR(unsigned reg);
202 bool IsFPR(unsigned reg, FPRType fpr_type);
H A DRegisterContextPOSIX_arm.h52 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h65 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h64 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h70 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_arm64.h52 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_arm.cpp35 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_mips64.cpp33 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_mips64
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_powerpc.h183 bool IsFPR(unsigned reg);
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp65 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_s390x.cpp67 if (IsFPR(reg)) { in ReadRegister()
H A DRegisterContextPOSIXCore_powerpc.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm.h74 bool IsFPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_arm64.h74 bool IsFPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_arm.cpp138 bool NativeRegisterContextWindows_arm::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_arm
528 if (IsFPR(reg)) in ReadRegister()
556 if (IsFPR(reg)) in WriteRegister()
H A DNativeRegisterContextWindows_x86_64.h75 bool IsFPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_arm64.cpp153 bool NativeRegisterContextWindows_arm64::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_arm64
638 if (IsFPR(reg)) in ReadRegister()
666 if (IsFPR(reg)) in WriteRegister()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_s390x.cpp179 bool NativeRegisterContextLinux_s390x::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextLinux_s390x
217 if (IsFPR(reg)) { in ReadRegister()
294 if (IsFPR(reg)) { in WriteRegister()
H A DNativeRegisterContextLinux_ppc64le.h97 bool IsFPR(unsigned reg) const;
H A DNativeRegisterContextLinux_s390x.h107 bool IsFPR(uint32_t reg_index) const;
H A DNativeRegisterContextLinux_x86_64.h115 bool IsFPR(uint32_t reg_index) const;
H A DNativeRegisterContextLinux_arm64.h112 bool IsFPR(unsigned reg) const;
H A DNativeRegisterContextLinux_arm.h124 bool IsFPR(unsigned reg) const;

12