Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_x86_64.cpp31 size = sizeof(FXSAVE); in RegisterContextCorePOSIX_x86_64()
68 } else if (m_fpregset && fxsave_offset < sizeof(FXSAVE)) { in ReadRegister()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContext_x86.h266 struct FXSAVE { struct
350 FXSAVE i387; // floating point registers typical in i387_fxsave_struct
364 FXSAVE fxsave; // Generic floating-point registers.
DRegisterContextLinux_x86_64.cpp55 FXSAVE fpr; // General purpose floating point registers (see FPR for extended
66 FXSAVE *fpstate; // Location of FPR's.
DRegisterContextOpenBSD_i386.cpp43 using FPR_i386 = FXSAVE;
DRegisterContextFreeBSD_i386.cpp46 using FPR_i386 = FXSAVE;
DRegisterInfos_i386.h29 LLVM_EXTENSION offsetof(FXSAVE, xmm[7]) + sizeof(XMMReg) + \
44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg)
DRegisterInfos_x86_64.h19 LLVM_EXTENSION offsetof(FXSAVE, regname))
44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg)
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_x86_64.cpp709 if (m_xstate_type == XStateType::FXSAVE) in ReadAllRegisterValues()
800 if (m_xstate_type == XStateType::FXSAVE) in WriteAllRegisterValues()
902 case XStateType::FXSAVE: in WriteFPR()
954 case XStateType::FXSAVE: in GetFPRBuffer()
965 case XStateType::FXSAVE: in GetFPRSize()
978 if (m_xstate_type != XStateType::FXSAVE) { in ReadFPR()
989 m_xstate_type = XStateType::FXSAVE; in ReadFPR()
DNativeRegisterContextLinux_x86_64.h67 enum class XStateType { Invalid, FXSAVE, XSAVE }; enumerator
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeRegisterContextFreeBSD_x86_64.cpp456 FXSAVE *fpr = reinterpret_cast<FXSAVE *>(m_fpr.data()); in ReadRegister()
522 FXSAVE *fpr = reinterpret_cast<FXSAVE *>(m_fpr.data()); in WriteRegister()
/external/llvm-project/lldb/test/Shell/Register/
Dx86-fp-write.test15 # the exact addresses do not matter, we want just to verify FXSAVE
Dx86-64-fp-write.test15 # the exact addresses do not matter, we want just to verify FXSAVE
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleAtom.td861 def : InstRW<[AtomWrite01_140], (instrs FXSAVE, FXSAVE64)>;
DX86InstrFPStack.td756 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaquemem:$dst),
/external/llvm-project/llvm/lib/Target/X86/
DX86ScheduleAtom.td864 def : InstRW<[AtomWrite01_140], (instrs FXSAVE, FXSAVE64)>;
DX86InstrFPStack.td752 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaquemem:$dst),
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td667 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaque512mem:$dst),
/external/mesa3d/src/mesa/x86/
Dassyntax.h1664 #define FXSAVE(a) fxsave P_ARG1(a) macro
/external/capstone/arch/X86/
DX86GenAsmWriter1.inc830 282256U, // FXSAVE
9687 0U, // FXSAVE
DX86GenAsmWriter.inc830 659158U, // FXSAVE
9687 0U, // FXSAVE
DX86GenDisassemblerTables.inc12979 /* FXSAVE */
64374 0x32d, /* FXSAVE */
65238 0x32d, /* FXSAVE */
66223 0x32d, /* FXSAVE */
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmWriter.inc2683 1217055U, // FXSAVE
17934 0U, // FXSAVE
33185 0U, // FXSAVE
DX86GenDisassemblerTables.inc11431 /* FXSAVE */
79268 0x3f8, /* FXSAVE */
80028 0x3f8, /* FXSAVE */
80285 0x3f8, /* FXSAVE */
80441 0x3f8, /* FXSAVE */
80713 0x3f8, /* FXSAVE */
81338 0x3f8, /* FXSAVE */
81372 0x3f8, /* FXSAVE */
DX86GenAsmWriter1.inc2392 315864U, // FXSAVE
17643 0U, // FXSAVE
DX86GenAsmMatcher.inc8806 { 2984 /* fxsave */, X86::FXSAVE, Convert__Mem5_0, AMFBS_None, { MCK_Mem }, },
23378 { 2984 /* fxsave */, X86::FXSAVE, Convert__Mem5_0, AMFBS_None, { MCK_Mem }, },

12