Searched refs:IsRegisterSet (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/debugger/arch/x86/
H A DCpuStateX86.cpp53 return IsRegisterSet(X86_REGISTER_EIP)
61 return IsRegisterSet(X86_REGISTER_EBP)
69 return IsRegisterSet(X86_REGISTER_ESP)
78 if (!IsRegisterSet(index))
107 CpuStateX86::IsRegisterSet(int32 index) const function in class:CpuStateX86
116 if (!IsRegisterSet(index) || index >= X86_INT_REGISTER_END)
H A DCpuStateX86.h58 bool IsRegisterSet(int32 index) const;
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DCpuStateX8664.cpp58 return IsRegisterSet(X86_64_REGISTER_RIP)
66 return IsRegisterSet(X86_64_REGISTER_RBP)
74 return IsRegisterSet(X86_64_REGISTER_RSP)
83 if (!IsRegisterSet(index))
112 CpuStateX8664::IsRegisterSet(int32 index) const function in class:CpuStateX8664
121 if (!IsRegisterSet(index) || index >= X86_64_INT_REGISTER_END)
H A DCpuStateX8664.h65 bool IsRegisterSet(int32 index) const;

Completed in 159 milliseconds