Home
last modified time | relevance | path

Searched refs:IsDR (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp98 bool NativeRegisterContextWindows_WoW64::IsDR(uint32_t reg_index) const { in IsDR() function in NativeRegisterContextWindows_WoW64
335 if (IsDR(reg)) in ReadRegister()
363 if (IsDR(reg)) in WriteRegister()
H A DNativeRegisterContextWindows_WoW64.h71 bool IsDR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_i386.h71 bool IsDR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_i386.cpp102 bool NativeRegisterContextWindows_i386::IsDR(uint32_t reg_index) const { in IsDR() function in NativeRegisterContextWindows_i386
344 if (IsDR(reg)) in ReadRegister()
372 if (IsDR(reg)) in WriteRegister()
H A DNativeRegisterContextWindows_x86_64.h76 bool IsDR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_x86_64.cpp124 bool NativeRegisterContextWindows_x86_64::IsDR(uint32_t reg_index) const { in IsDR() function in NativeRegisterContextWindows_x86_64
544 if (IsDR(reg)) in ReadRegister()
575 if (IsDR(reg)) in WriteRegister()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.h117 bool IsDR(uint32_t reg_index) const;
H A DNativeRegisterContextLinux_x86_64.cpp589 if (IsGPR(reg_index) || IsDR(reg_index)) in WriteRegister()
893 bool NativeRegisterContextLinux_x86_64::IsDR(uint32_t reg_index) const { in IsDR() function in NativeRegisterContextLinux_x86_64