HomeSort by relevance Sort by last modified time
    Searched refs:FXSAVE (Results 1 - 6 of 6) 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
RegisterContext_x86_64.cpp 295 offsetof(RegisterContext_x86_64::FXSAVE, regname))
305 #define FPR_SIZE(reg) sizeof(((RegisterContext_x86_64::FXSAVE*)NULL)->reg)
627 ::memcpy(m_fpr.xstate.fxsave.xmm[reg - fpu_ymm0].bytes,
637 ::memcpy(m_fpr.xstate.fxsave.xmm[reg - fpu_ymm0].bytes,
656 m_fpr.xstate.fxsave.xmm[reg - fpu_ymm0].bytes,
665 m_fpr.xstate.fxsave.xmm[reg - fpu_ymm0].bytes,
713 value.SetBytes(m_fpr.xstate.fxsave.stmm[reg - fpu_stmm0].bytes, reg_info->byte_size, byte_order);
716 value.SetBytes(m_fpr.xstate.fxsave.xmm[reg - fpu_xmm0].bytes, reg_info->byte_size, byte_order);
736 value = m_fpr.xstate.fxsave.dp;
739 value = m_fpr.xstate.fxsave.fcw
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 4 -------- FXSAVE non-64 (REX.W == 0) --------
108 -------- FXSAVE 64 (REX.W == 1) --------
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 619 milliseconds