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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h281 struct YMMHReg { struct in namespace:lldb_private
339 YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes
361 ::memcpy(ret.bytes + sizeof(XMMReg), ymmh_bytes, sizeof(YMMHReg));
369 ::memcpy(ymmh_bytes, input.bytes + sizeof(XMMReg), sizeof(YMMHReg));

Completed in 42 milliseconds