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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcrtfastmath.c37 #define FXSAVE (1 << 24) macro
81 if (edx & FXSAVE)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.cpp31 size = sizeof(FXSAVE);
62 // make the offset relative to the beginning of the FXSAVE structure because
68 } else if (m_fpregset && fxsave_offset < sizeof(FXSAVE)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h252 struct FXSAVE { struct in namespace:lldb_private
333 // x86 extensions to FXSAVE (i.e. for AVX and MPX processors)
336 FXSAVE i387; // floating point registers typical in i387_fxsave_struct
340 // are in FXSAVE.xmm for compatibility with SSE)
350 FXSAVE fxsave; // Generic floating-point registers.
H A DRegisterContextFreeBSD_i386.cpp46 using FPR_i386 = FXSAVE;
H A DRegisterContextOpenBSD_i386.cpp43 using FPR_i386 = FXSAVE;
H A DRegisterContextLinux_x86_64.cpp55 FXSAVE fpr; // General purpose floating point registers (see FPR for extended
66 FXSAVE *fpstate; // Location of FPR's.
H A DRegisterInfos_i386.h29 LLVM_EXTENSION offsetof(FXSAVE, xmm[7]) + sizeof(XMMReg) + \
44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg)
H A DRegisterInfos_x86_64.h19 LLVM_EXTENSION offsetof(FXSAVE, regname))
44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg)

Completed in 92 milliseconds