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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h357 inline YMMReg XStateToYMM(const void* xmm_bytes, const void* ymmh_bytes) { argument
360 ::memcpy(ret.bytes, xmm_bytes, sizeof(XMMReg));
367 inline void YMMToXState(const YMMReg& input, void* xmm_bytes, void* ymmh_bytes) { argument
368 ::memcpy(xmm_bytes, input.bytes, sizeof(XMMReg));
/freebsd-11-stable/sys/x86/include/
H A Dfpu.h71 uint8_t xmm_bytes[16]; member in struct:xmmacc
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp466 m_xstate_x86_64.xs_fxsave.fx_xmm[reg_index].xmm_bytes,
693 m_xstate_x86_64.xs_fxsave.fx_xmm[reg_index].xmm_bytes,
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c2147 bcopy(sv_xmm->sv_xmm[i].xmm_bytes, fpregs->fpr_xacc[i], 16);
2175 bcopy(fpregs->fpr_xacc[i], sv_xmm->sv_xmm[i].xmm_bytes, 16);

Completed in 128 milliseconds