IsRegisterSet
if (IsRegisterSet(X86_REGISTER_MM0 + i)) {
if (IsRegisterSet(X86_REGISTER_XMM0 + i)) {
return IsRegisterSet(X86_REGISTER_EIP)
return IsRegisterSet(X86_REGISTER_EBP)
return IsRegisterSet(X86_REGISTER_ESP)
if (!IsRegisterSet(index))
if (!IsRegisterSet(index) || index >= X86_INT_REGISTER_END)
|| !IsRegisterSet(index)) {
|| !IsRegisterSet(index)) {
|| !IsRegisterSet(index)) {
bool IsRegisterSet(int32 index) const;
if (IsRegisterSet(X86_64_REGISTER_MM0 + i)) {
if (IsRegisterSet(X86_64_REGISTER_XMM0 + i)) {
return IsRegisterSet(X86_64_REGISTER_RIP)
return IsRegisterSet(X86_64_REGISTER_RBP)
return IsRegisterSet(X86_64_REGISTER_RSP)
if (!IsRegisterSet(index))
if (!IsRegisterSet(index) || index >= X86_64_INT_REGISTER_END)
|| !IsRegisterSet(index)) {
|| !IsRegisterSet(index)) {
|| !IsRegisterSet(index)) {
bool IsRegisterSet(int32 index) const;