HomeSort by relevance Sort by last modified time
    Searched defs:FXSAVE (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Plugins/Process/POSIX/
RegisterContextLinux_x86_64.cpp 72 typedef RegisterContext_x86_64::FXSAVE FXSAVE;
79 FXSAVE i387; // General purpose floating point registers (see FPR for extended register sets).
89 FXSAVE* fpstate; // Location of FPR's.
RegisterContext_x86_64.h 235 struct FXSAVE
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. member in union:RegisterContext_x86_64::FPR::XSTATE
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 58 milliseconds