Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.h121 bool CopyYMMtoXSTATE(uint32_t reg, lldb::ByteOrder byte_order);
H A DNativeRegisterContextLinux_x86_64.cpp612 if (!CopyYMMtoXSTATE(reg_index, GetByteOrder())) in WriteRegister()
677 if (!CopyYMMtoXSTATE(reg_index, GetByteOrder())) in WriteRegister()
814 if (!CopyYMMtoXSTATE(reg, byte_order)) { in WriteAllRegisterValues()
934 bool NativeRegisterContextLinux_x86_64::CopyYMMtoXSTATE( in CopyYMMtoXSTATE() function in NativeRegisterContextLinux_x86_64
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h201 bool CopyYMMtoXSTATE(uint32_t reg, lldb::ByteOrder byte_order);
H A DRegisterContextPOSIX_x86.cpp540 bool RegisterContextPOSIX_x86::CopyYMMtoXSTATE(uint32_t reg, in CopyYMMtoXSTATE() function in RegisterContextPOSIX_x86