Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_x86_64.cpp56 XMMReg xmm0;
57 XMMReg xmm1;
58 XMMReg xmm2;
59 XMMReg xmm3;
60 XMMReg xmm4;
61 XMMReg xmm5;
62 XMMReg xmm6;
63 XMMReg xmm7;
64 XMMReg xmm8;
65 XMMReg xmm9;
[all …]
H A DRegisterContext_x86.h264 struct XMMReg { struct
290 XMMReg xmm[16]; // 16*16 bytes for each XMM-reg = 256 bytes
377 ::memcpy(ret.bytes, xmm_bytes, sizeof(XMMReg)); in XStateToYMM()
378 ::memcpy(ret.bytes + sizeof(XMMReg), ymmh_bytes, sizeof(YMMHReg)); in XStateToYMM()
385 ::memcpy(xmm_bytes, input.bytes, sizeof(XMMReg)); in YMMToXState()
386 ::memcpy(ymmh_bytes, input.bytes + sizeof(XMMReg), sizeof(YMMHReg)); in YMMToXState()
H A DRegisterContextDarwin_i386.h71 struct XMMReg { struct
91 XMMReg xmm[8]; argument
H A DRegisterContextDarwin_x86_64.h76 struct XMMReg { struct
96 XMMReg xmm[16]; argument
H A DRegisterContextNetBSD_i386.cpp56 XMMReg xmm[8]; // 8*16 bytes for each XMM-reg = 128 bytes
H A DRegisterContextLinux_i386.cpp56 XMMReg xmm[8]; // 8*16 bytes for each XMM-reg = 128 bytes
H A DRegisterInfos_i386.h29 LLVM_EXTENSION offsetof(FXSAVE, xmm[7]) + sizeof(XMMReg) + \
51 #define XMM_SIZE sizeof(XMMReg)
H A DRegisterInfos_x86_64.h50 #define XMM_SIZE sizeof(XMMReg)
H A DRegisterInfos_x86_64_with_base.h52 #define XMM_SIZE sizeof(XMMReg)