HomeSort by relevance Sort by last modified time
    Searched full:fsave (Results 1 - 25 of 48) sorted by null

1 2

  /external/valgrind/cachegrind/tests/x86/
fpu-28-108.S 20 fsave fooble
  /external/valgrind/VEX/test/
frstor.c 11 asm __volatile__("fsave (%0)" : : "r" (p) : "memory" );
16 asm __volatile__("fsave (%0)" : : "r" (p) : "memory" );
fsave.c 11 asm __volatile__("fsave (%0)" : : "r" (p) : "memory" );
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext32.h 25 /* FSAVE frame with extensions */
sigcontext.h 140 32bit/x87/FSAVE twd */
  /external/skia/src/animator/
SkAnimateActive.h 62 SkMSec fSave;
SkAnimateActive.cpp 87 testState.fSave = oldState.fSave;
286 state.fSave = apply->begin;
475 // the code below should only be bumping fSave, and there shouldn't be anything
486 // if (fSave > 0)
487 // fSave -= SK_MSec1;
488 // } else if (fSave < fDuration)
489 // fSave += SK_MSec1;
495 // result = fSave;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext32.h 25 /* FSAVE frame with extensions */
sigcontext.h 138 32bit/x87/FSAVE twd */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext32.h 25 /* FSAVE frame with extensions */
sigcontext.h 138 32bit/x87/FSAVE twd */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext32.h 25 /* FSAVE frame with extensions */
sigcontext.h 138 32bit/x87/FSAVE twd */
  /external/valgrind/VEX/useful/
x87_to_vex_and_back.c 126 asm volatile ("fsave (%0)"
138 asm volatile("frstor (%0) ; fsave (%0)"
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 139 struct i387_fsave_struct fsave; member in union:i387_union
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 139 struct i387_fsave_struct fsave; member in union:i387_union
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 139 struct i387_fsave_struct fsave; member in union:i387_union
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 139 struct i387_fsave_struct fsave; member in union:i387_union
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 139 struct i387_fsave_struct fsave; member in union:i387_union
  /external/llvm/test/MC/X86/
intel-syntax.s 646 fsave [eax] label
657 fsave dword ptr [eax] label
  /external/valgrind/coregrind/m_sigframe/
sigframe-amd64-linux.c 270 //:: struct i387_fsave_struct *fs = &regs->m_sse.fsave;
296 //:: VG_(memcpy)( &regs->m_sse.fsave, buf, sizeof(struct i387_fsave_struct) );
sigframe-x86-linux.c 293 //:: struct i387_fsave_struct *fs = &regs->m_sse.fsave;
319 //:: VG_(memcpy)( &regs->m_sse.fsave, buf, sizeof(struct i387_fsave_struct) );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
correg.h 208 STDMETHOD(GetSaveSize)(CorSaveSize fSave,DWORD *pdwSaveSize) PURE;
243 STDMETHOD(GetSaveSize)(mdScope es,CorSaveSize fSave,DWORD *pdwSaveSize) PURE;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 156 struct i387_fsave_struct fsave; member in union:i387_union
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 156 struct i387_fsave_struct fsave; member in union:i387_union

Completed in 1422 milliseconds

1 2