Home
last modified time | relevance | path

Searched refs:first_st (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp316 m_reg_info.first_st = lldb_st0_i386; in NativeRegisterContextLinux_x86_64()
341 m_reg_info.first_st = lldb_st0_x86_64; in NativeRegisterContextLinux_x86_64()
470 if (reg >= m_reg_info.first_st && reg <= m_reg_info.last_st) in ReadRegister()
472 m_xstate->fxsave.stmm[reg - m_reg_info.first_st].bytes, in ReadRegister()
600 if (reg_index >= m_reg_info.first_st && reg_index <= m_reg_info.last_st) in WriteRegister()
601 ::memcpy(m_xstate->fxsave.stmm[reg_index - m_reg_info.first_st].bytes, in WriteRegister()
H A DNativeRegisterContextLinux_x86_64.h81 uint32_t first_st; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h162 uint32_t first_st; member
H A DRegisterContextPOSIX_x86.cpp411 m_reg_info.first_st = lldb_st0_i386; in RegisterContextPOSIX_x86()
430 m_reg_info.first_st = lldb_st0_x86_64; in RegisterContextPOSIX_x86()