| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextPOSIX_x86.h | 196 bool IsFPR(unsigned reg); 202 bool IsFPR(unsigned reg, FPRType fpr_type);
|
| H A D | RegisterContextPOSIX_arm.h | 52 bool IsFPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_ppc64le.h | 65 bool IsFPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_s390x.h | 64 bool IsFPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_mips64.h | 70 bool IsFPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_arm64.h | 52 bool IsFPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_arm.cpp | 35 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm
|
| H A D | RegisterContextPOSIX_arm64.cpp | 35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm64
|
| H A D | RegisterContextPOSIX_mips64.cpp | 33 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_mips64
|
| H A D | RegisterContextPOSIX_x86.cpp | 380 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 D | RegisterContextPOSIX_powerpc.h | 183 bool IsFPR(unsigned reg);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_mips64.cpp | 65 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
|
| H A D | RegisterContextPOSIXCore_s390x.cpp | 67 if (IsFPR(reg)) { in ReadRegister()
|
| H A D | RegisterContextPOSIXCore_powerpc.cpp | 68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows_arm.h | 74 bool IsFPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextWindows_arm64.h | 74 bool IsFPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextWindows_arm.cpp | 138 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 D | NativeRegisterContextWindows_x86_64.h | 75 bool IsFPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextWindows_arm64.cpp | 153 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 D | NativeRegisterContextLinux_s390x.cpp | 179 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 D | NativeRegisterContextLinux_ppc64le.h | 97 bool IsFPR(unsigned reg) const;
|
| H A D | NativeRegisterContextLinux_s390x.h | 107 bool IsFPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextLinux_x86_64.h | 115 bool IsFPR(uint32_t reg_index) const;
|
| H A D | NativeRegisterContextLinux_arm64.h | 112 bool IsFPR(unsigned reg) const;
|
| H A D | NativeRegisterContextLinux_arm.h | 124 bool IsFPR(unsigned reg) const;
|