Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContext_x86.h371 inline YMMReg XStateToYMM(const void* xmm_bytes, const void* ymmh_bytes) { in XStateToYMM() argument
374 ::memcpy(ret.bytes, xmm_bytes, sizeof(XMMReg)); in XStateToYMM()
381 inline void YMMToXState(const YMMReg& input, void* xmm_bytes, void* ymmh_bytes) { in YMMToXState() argument
382 ::memcpy(xmm_bytes, input.bytes, sizeof(XMMReg)); in YMMToXState()