Home
last modified time | relevance | path

Searched refs:IsGPR (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h50 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h63 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h62 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h68 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_arm64.h50 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_arm.cpp28 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp28 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_mips64.cpp29 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_mips64
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp94 bool NativeRegisterContextWindows_WoW64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_WoW64
332 if (IsGPR(reg)) in ReadRegister()
360 if (IsGPR(reg)) in WriteRegister()
H A DNativeRegisterContextWindows_arm.h72 bool IsGPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_WoW64.h70 bool IsGPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_i386.h70 bool IsGPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_arm64.h72 bool IsGPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_arm.cpp134 bool NativeRegisterContextWindows_arm::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm
525 if (IsGPR(reg)) in ReadRegister()
553 if (IsGPR(reg)) in WriteRegister()
H A DNativeRegisterContextWindows_i386.cpp98 bool NativeRegisterContextWindows_i386::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_i386
341 if (IsGPR(reg)) in ReadRegister()
369 if (IsGPR(reg)) in WriteRegister()
H A DNativeRegisterContextWindows_x86_64.h74 bool IsGPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_arm64.cpp149 bool NativeRegisterContextWindows_arm64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm64
635 if (IsGPR(reg)) in ReadRegister()
663 if (IsGPR(reg)) in WriteRegister()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp57 if (IsGPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_s390x.cpp58 if (IsGPR(reg)) { in ReadRegister()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_s390x.cpp173 bool NativeRegisterContextLinux_s390x::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextLinux_s390x
196 if (IsGPR(reg)) { in ReadRegister()
273 if (IsGPR(reg)) { in WriteRegister()
H A DNativeRegisterContextLinux_ppc64le.h95 bool IsGPR(unsigned reg) const;
H A DNativeRegisterContextLinux_s390x.h105 bool IsGPR(uint32_t reg_index) const;
H A DNativeRegisterContextLinux_x86_64.h113 bool IsGPR(uint32_t reg_index) const;
H A DNativeRegisterContextLinux_arm64.h110 bool IsGPR(unsigned reg) const;
H A DNativeRegisterContextLinux_arm.h122 bool IsGPR(unsigned reg) const;

12