LLDB mainline
|
#include <RegisterInfos_x86_64_with_base_shared.h>
Public Attributes | |
uint32_t | num_registers |
uint32_t | num_gpr_registers |
uint32_t | num_fpr_registers |
uint32_t | num_avx_registers |
uint32_t | last_gpr |
uint32_t | first_fpr |
uint32_t | last_fpr |
uint32_t | first_st |
uint32_t | last_st |
uint32_t | first_mm |
uint32_t | last_mm |
uint32_t | first_xmm |
uint32_t | last_xmm |
uint32_t | first_ymm |
uint32_t | last_ymm |
uint32_t | first_dr |
uint32_t | gpr_flags |
Definition at line 115 of file RegisterInfos_x86_64_with_base_shared.h.
uint32_t lldb_private::RegInfo::first_dr |
Definition at line 134 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::first_fpr |
Definition at line 122 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by RegisterContextPOSIX_x86::GetFXSAVEOffset(), and lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::first_mm |
Definition at line 127 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::first_st |
Definition at line 125 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::first_xmm |
Definition at line 129 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::first_ymm |
Definition at line 131 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by RegisterContextPOSIX_x86::CopyXSTATEtoYMM(), RegisterContextPOSIX_x86::CopyYMMtoXSTATE(), and lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::gpr_flags |
Definition at line 135 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::last_fpr |
Definition at line 123 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::last_gpr |
Definition at line 121 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared(), and RegisterContextPOSIX_x86::IsGPR().
uint32_t lldb_private::RegInfo::last_mm |
Definition at line 128 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::last_st |
Definition at line 126 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::last_xmm |
Definition at line 130 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::last_ymm |
Definition at line 132 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().
uint32_t lldb_private::RegInfo::num_avx_registers |
Definition at line 119 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared(), and RegisterContextPOSIX_x86::GetRegisterCount().
uint32_t lldb_private::RegInfo::num_fpr_registers |
Definition at line 118 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared(), and RegisterContextPOSIX_x86::GetRegisterCount().
uint32_t lldb_private::RegInfo::num_gpr_registers |
Definition at line 117 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared(), and RegisterContextPOSIX_x86::GetRegisterCount().
uint32_t lldb_private::RegInfo::num_registers |
Definition at line 116 of file RegisterInfos_x86_64_with_base_shared.h.
Referenced by lldb_private::GetRegInfoShared().