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

/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.cpp142 if (IsRegisterSet(X86_REGISTER_MM0 + i)) {
147 if (IsRegisterSet(X86_REGISTER_XMM0 + i)) {
163 return IsRegisterSet(X86_REGISTER_EIP)
178 return IsRegisterSet(X86_REGISTER_EBP)
186 return IsRegisterSet(X86_REGISTER_ESP)
195 if (!IsRegisterSet(index))
261 CpuStateX86::IsRegisterSet(int32 index) const function in class:CpuStateX86
270 if (!IsRegisterSet(index) || index >= X86_INT_REGISTER_END)
292 || !IsRegisterSet(index)) {
315 || !IsRegisterSet(inde
[all...]
H A DCpuStateX86.h105 bool IsRegisterSet(int32 index) const;
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp186 if (IsRegisterSet(X86_64_REGISTER_MM0 + i)) {
193 if (IsRegisterSet(X86_64_REGISTER_XMM0 + i)) {
209 return IsRegisterSet(X86_64_REGISTER_RIP)
224 return IsRegisterSet(X86_64_REGISTER_RBP)
232 return IsRegisterSet(X86_64_REGISTER_RSP)
241 if (!IsRegisterSet(index))
308 CpuStateX8664::IsRegisterSet(int32 index) const function in class:CpuStateX8664
317 if (!IsRegisterSet(index) || index >= X86_64_INT_REGISTER_END)
339 || !IsRegisterSet(index)) {
362 || !IsRegisterSet(inde
[all...]
H A DCpuStateX8664.h131 bool IsRegisterSet(int32 index) const;

Completed in 67 milliseconds