Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h298 struct YMMHReg { struct
356 YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes
378 ::memcpy(ret.bytes + sizeof(XMMReg), ymmh_bytes, sizeof(YMMHReg)); in XStateToYMM()
386 ::memcpy(ymmh_bytes, input.bytes + sizeof(XMMReg), sizeof(YMMHReg)); in YMMToXState()