Searched refs:xmm_bytes (Results 1 – 1 of 1) sorted by relevance
371 inline YMMReg XStateToYMM(const void* xmm_bytes, const void* ymmh_bytes) { in XStateToYMM() argument374 ::memcpy(ret.bytes, xmm_bytes, sizeof(XMMReg)); in XStateToYMM()381 inline void YMMToXState(const YMMReg& input, void* xmm_bytes, void* ymmh_bytes) { in YMMToXState() argument382 ::memcpy(xmm_bytes, input.bytes, sizeof(XMMReg)); in YMMToXState()