Searched refs:first_mm (Results 1 – 4 of 4) sorted by relevance
318 m_reg_info.first_mm = lldb_mm0_i386; in NativeRegisterContextLinux_x86_64()343 m_reg_info.first_mm = lldb_mm0_x86_64; in NativeRegisterContextLinux_x86_64()474 if (reg >= m_reg_info.first_mm && reg <= m_reg_info.last_mm) in ReadRegister()476 m_xstate->fxsave.stmm[reg - m_reg_info.first_mm].bytes, in ReadRegister()604 if (reg_index >= m_reg_info.first_mm && reg_index <= m_reg_info.last_mm) in WriteRegister()605 ::memcpy(m_xstate->fxsave.stmm[reg_index - m_reg_info.first_mm].bytes, in WriteRegister()
83 uint32_t first_mm; member
164 uint32_t first_mm; member
413 m_reg_info.first_mm = lldb_mm0_i386; in RegisterContextPOSIX_x86()432 m_reg_info.first_mm = lldb_mm0_x86_64; in RegisterContextPOSIX_x86()