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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h66 struct MMSReg { struct in class:RegisterContextDarwin_i386
90 MMSReg stmm[8];
H A DRegisterContextDarwin_x86_64.h71 struct MMSReg { struct in class:RegisterContextDarwin_x86_64
95 MMSReg stmm[8];
H A DRegisterContext_x86.h242 struct MMSReg { struct in namespace:lldb_private
272 MMSReg stmm[8]; // 8*16 bytes for each FP-reg = 128 bytes
H A DRegisterContextLinux_i386.cpp55 MMSReg stmm[8]; // 8*16 bytes for each FP-reg = 128 bytes
H A DRegisterInfos_i386.h48 #define FP_SIZE sizeof(((MMSReg *)nullptr)->bytes)
H A DRegisterInfos_x86_64.h47 #define FP_SIZE sizeof(((MMSReg *)nullptr)->bytes)

Completed in 219 milliseconds