Searched refs:YMM (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h282 uint8_t bytes[16]; // 16 * 8 bits for the high bytes of each YMM register
286 uint8_t bytes[32]; // 16 * 16 bits for each YMM register
289 struct YMM { struct in namespace:lldb_private
312 YMM = SSE << 1, member in class:lldb_private::XSAVE_HDR::XFeature
313 BNDREGS = YMM << 1,
339 YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes
356 // Convenience function to combine YMM register data from XSAVE-style input.
366 // Convenience function to copy YMM register data into XSAVE-style output.
H A DRegisterContextPOSIX_x86.h144 lldb_private::YMM m_ymm_set; // copy of ymmh and xmm register halves.

Completed in 23 milliseconds