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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h290 YMMReg ymm[16]; // assembled from ymmh and xmm registers
339 YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes member in struct:lldb_private::XSAVE
H A DRegisterContextPOSIX_x86.cpp470 // Parse ymm registers and into xmm.bytes and ymmh.bytes.
480 m_fpr.xsave.ymmh[reg_no].bytes);
487 // Concatenate xmm.bytes with ymmh.bytes
497 m_fpr.xsave.ymmh[reg_no].bytes);
H A DRegisterInfos_x86_64.h26 LLVM_EXTENSION offsetof(XSAVE, ymmh[0]) + (32 * reg_index))
283 // Copy of YMM registers assembled from xmm and ymmh

Completed in 103 milliseconds