Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_ppc64le.cpp35 (GetGPRSize() + GetFPRSize() + sizeof(m_vmx_ppc64le) + sizeof(m_vsx_ppc64le))
143 ::memset(&m_vmx_ppc64le, 0, sizeof(m_vmx_ppc64le)); in NativeRegisterContextLinux_ppc64le()
219 uint8_t *src = (uint8_t *)&m_vmx_ppc64le + vmx_offset; in ReadRegister()
230 assert(vmx_offset < sizeof m_vmx_ppc64le); in ReadRegister()
231 uint8_t *src = (uint8_t *)&m_vmx_ppc64le + vmx_offset; in ReadRegister()
302 assert(vmx_offset < sizeof(m_vmx_ppc64le)); in WriteRegister()
303 uint8_t *dst = (uint8_t *)&m_vmx_ppc64le + vmx_offset; in WriteRegister()
345 uint8_t *dst = (uint8_t *)&m_vmx_ppc64le + vmx_offset; in WriteRegister()
383 ::memcpy(dst, &m_vmx_ppc64le, sizeof(m_vmx_ppc64le)); in ReadAllRegisterValues()
384 dst += sizeof(m_vmx_ppc64le); in ReadAllRegisterValues()
[all …]
DNativeRegisterContextLinux_ppc64le.h92 VMX m_vmx_ppc64le; // VMX registers. variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContextPOSIX_ppc64le.h50 uint64_t m_vmx_ppc64le[k_num_vmx_registers_ppc64le * 2]; variable