/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | RegisterContextPOSIXCore_x86_64.cpp | 31 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/ |
D | RegisterContext_x86.h | 266 struct FXSAVE { struct 350 FXSAVE i387; // floating point registers typical in i387_fxsave_struct 364 FXSAVE fxsave; // Generic floating-point registers.
|
D | RegisterContextLinux_x86_64.cpp | 55 FXSAVE fpr; // General purpose floating point registers (see FPR for extended 66 FXSAVE *fpstate; // Location of FPR's.
|
D | RegisterContextOpenBSD_i386.cpp | 43 using FPR_i386 = FXSAVE;
|
D | RegisterContextFreeBSD_i386.cpp | 46 using FPR_i386 = FXSAVE;
|
D | RegisterInfos_i386.h | 29 LLVM_EXTENSION offsetof(FXSAVE, xmm[7]) + sizeof(XMMReg) + \ 44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg)
|
D | RegisterInfos_x86_64.h | 19 LLVM_EXTENSION offsetof(FXSAVE, regname)) 44 #define FPR_SIZE(reg) sizeof(((FXSAVE *)nullptr)->reg)
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux_x86_64.cpp | 709 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()
|
D | NativeRegisterContextLinux_x86_64.h | 67 enum class XStateType { Invalid, FXSAVE, XSAVE }; enumerator
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeRegisterContextFreeBSD_x86_64.cpp | 456 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/ |
D | x86-fp-write.test | 15 # the exact addresses do not matter, we want just to verify FXSAVE
|
D | x86-64-fp-write.test | 15 # the exact addresses do not matter, we want just to verify FXSAVE
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleAtom.td | 861 def : InstRW<[AtomWrite01_140], (instrs FXSAVE, FXSAVE64)>;
|
D | X86InstrFPStack.td | 756 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaquemem:$dst),
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ScheduleAtom.td | 864 def : InstRW<[AtomWrite01_140], (instrs FXSAVE, FXSAVE64)>;
|
D | X86InstrFPStack.td | 752 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaquemem:$dst),
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 667 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaque512mem:$dst),
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1664 #define FXSAVE(a) fxsave P_ARG1(a) macro
|
/external/capstone/arch/X86/ |
D | X86GenAsmWriter1.inc | 830 282256U, // FXSAVE 9687 0U, // FXSAVE
|
D | X86GenAsmWriter.inc | 830 659158U, // FXSAVE 9687 0U, // FXSAVE
|
D | X86GenDisassemblerTables.inc | 12979 /* FXSAVE */ 64374 0x32d, /* FXSAVE */ 65238 0x32d, /* FXSAVE */ 66223 0x32d, /* FXSAVE */
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmWriter.inc | 2683 1217055U, // FXSAVE 17934 0U, // FXSAVE 33185 0U, // FXSAVE
|
D | X86GenDisassemblerTables.inc | 11431 /* FXSAVE */ 79268 0x3f8, /* FXSAVE */ 80028 0x3f8, /* FXSAVE */ 80285 0x3f8, /* FXSAVE */ 80441 0x3f8, /* FXSAVE */ 80713 0x3f8, /* FXSAVE */ 81338 0x3f8, /* FXSAVE */ 81372 0x3f8, /* FXSAVE */
|
D | X86GenAsmWriter1.inc | 2392 315864U, // FXSAVE 17643 0U, // FXSAVE
|
D | X86GenAsmMatcher.inc | 8806 { 2984 /* fxsave */, X86::FXSAVE, Convert__Mem5_0, AMFBS_None, { MCK_Mem }, }, 23378 { 2984 /* fxsave */, X86::FXSAVE, Convert__Mem5_0, AMFBS_None, { MCK_Mem }, },
|