Searched refs:FXSAVE (Results 1 - 5 of 5) 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.
H A DRegisterContext_x86_64.cpp295 offsetof(RegisterContext_x86_64::FXSAVE, regname))
305 #define FPR_SIZE(reg) sizeof(((RegisterContext_x86_64::FXSAVE*)NULL)->reg)
/external/valgrind/memcheck/tests/amd64/
H A Dfxsave-amd64.stdout.exp4 -------- FXSAVE non-64 (REX.W == 0) --------
108 -------- FXSAVE 64 (REX.W == 1) --------
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1672 #define FXSAVE(a) fxsave P_ARG1(a) macro

Completed in 281 milliseconds