Searched refs:m_vmx_ppc64le (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_ppc64le.cpp35 (GetGPRSize() + GetFPRSize() + sizeof(m_vmx_ppc64le) + sizeof(m_vsx_ppc64le))
143 ::memset(&m_vmx_ppc64le, 0, sizeof(m_vmx_ppc64le));
217 // Get pointer to m_vmx_ppc64le variable and set the data from it.
219 uint8_t *src = (uint8_t *)&m_vmx_ppc64le + vmx_offset;
228 // Get pointer to m_vmx_ppc64le variable and set the data from it.
230 assert(vmx_offset < sizeof m_vmx_ppc64le);
231 uint8_t *src = (uint8_t *)&m_vmx_ppc64le + vmx_offset;
300 // Get pointer to m_vmx_ppc64le variable and set the data to it.
302 assert(vmx_offset < sizeof(m_vmx_ppc64le));
[all...]
H A DNativeRegisterContextLinux_ppc64le.h92 VMX m_vmx_ppc64le; // VMX registers. member in class:lldb_private::process_linux::NativeRegisterContextLinux_ppc64le
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_ppc64le.h50 uint64_t m_vmx_ppc64le[k_num_vmx_registers_ppc64le * 2]; member in class:RegisterContextPOSIX_ppc64le

Completed in 70 milliseconds