Searched defs:FXSAVE (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextLinux_x86_64.cpp72 typedef RegisterContext_x86_64::FXSAVE FXSAVE; typedef
79 FXSAVE i387; // General purpose floating point registers (see FPR for extended register sets).
89 FXSAVE* fpstate; // Location of FPR's.
H A DRegisterContext_x86_64.h235 struct FXSAVE struct in class:RegisterContext_x86_64
275 // x86 extensions to FXSAVE (i.e. for AVX processors)
278 FXSAVE i387; // floating point registers typical in i387_fxsave_struct
280 YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes are in FXSAVE.xmm for compatibility with SSE)
307 FXSAVE fxsave; // Generic floating-point registers.
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1672 #define FXSAVE(a) fxsave P_ARG1(a) macro

Completed in 124 milliseconds