Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.cpp31 size = sizeof(FXSAVE); in RegisterContextCorePOSIX_x86_64()
68 } else if (m_fpregset && fxsave_offset < sizeof(FXSAVE)) { in ReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h269 struct FXSAVE { struct
353 FXSAVE i387; // floating point registers typical in i387_fxsave_struct
367 FXSAVE fxsave; // Generic floating-point registers.
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 DRegisterContextOpenBSD_i386.cpp43 using FPR_i386 = FXSAVE;
H A DRegisterContextFreeBSD_i386.cpp46 using FPR_i386 = FXSAVE;
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)
H A DRegisterInfos_x86_64_with_base.h21 LLVM_EXTENSION offsetof(FXSAVE, regname))
46 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp422 FXSAVE *fpr = reinterpret_cast<FXSAVE *>(m_xstate.data() + in ReadRegister()
494 FXSAVE *fpr = reinterpret_cast<FXSAVE *>(m_xstate.data() + in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp448 FXSAVE *fpr = reinterpret_cast<FXSAVE *>(m_fpr.data()); in ReadRegister()
514 FXSAVE *fpr = reinterpret_cast<FXSAVE *>(m_fpr.data()); in WriteRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td898 def : InstRW<[AtomWrite01_140], (instrs FXSAVE, FXSAVE64)>;
H A DX86InstrFPStack.td668 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaquemem:$dst),
H A DX86SchedAlderlakeP.td1010 def : InstRW<[ADLPWriteResGroup68], (instregex "^FXSAVE((64)?)$")>;
H A DX86SchedSapphireRapids.td1138 def : InstRW<[SPRWriteResGroup72], (instregex "^FXSAVE((64)?)$")>;