Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h374 inline YMMReg XStateToYMM(const void* xmm_bytes, const void* ymmh_bytes) { in XStateToYMM()
384 inline void YMMToXState(const YMMReg& input, void* xmm_bytes, void* ymmh_bytes) { in YMMToXState()
/freebsd/sys/x86/include/
H A Dfpu.h68 uint8_t xmm_bytes[16]; member