Searched refs:xmm_bytes (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContext_x86.h | 374 inline YMMReg XStateToYMM(const void* xmm_bytes, const void* ymmh_bytes) { in XStateToYMM() argument 377 ::memcpy(ret.bytes, xmm_bytes, sizeof(XMMReg)); in XStateToYMM() 384 inline void YMMToXState(const YMMReg& input, void* xmm_bytes, void* ymmh_bytes) { in YMMToXState() argument 385 ::memcpy(xmm_bytes, input.bytes, sizeof(XMMReg)); in YMMToXState()
|
/freebsd/sys/x86/include/ |
H A D | fpu.h | 68 uint8_t xmm_bytes[16]; member
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 528 bcopy(sv_xmm->sv_xmm[i].xmm_bytes, fpregs->fpr_xacc[i], 16); in fill_fpregs_xmm() 556 bcopy(fpregs->fpr_xacc[i], sv_xmm->sv_xmm[i].xmm_bytes, 16); in set_fpregs_xmm()
|