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

1 2 3

  /external/valgrind/cachegrind/tests/x86/
fpu-28-108.S 20 fsave fooble
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
rex.s 14 fsave (%r8)
rex.d 19 [ ]*[0-9a-f]+:[ ]+9b dd 30\s+fsave\s+\(%rax\)
20 [ ]*[0-9a-f]+:[ ]+9b 41 dd 30\s+fsave\s+\(%r8\)
  /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/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 */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
rex.d 20 [ ]*[0-9a-f]+:[ ]+9b dd 30\s+fsave\s+\(%rax\)
21 [ ]*[0-9a-f]+:[ ]+9b 41 dd 30\s+fsave\s+\(%r8\)
  /external/valgrind/VEX/useful/
x87_to_vex_and_back.c 126 asm volatile ("fsave (%0)"
138 asm volatile("frstor (%0) ; fsave (%0)"
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
anames.go 303 "FSAVE",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 300 "FSAVE",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
anames.go 303 "FSAVE",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 300 "FSAVE",
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 151 /* Note this is not the same as the 32-bit/x87/FSAVE twd: */
  /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/current/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h 156 struct i387_fsave_struct fsave; member in union:i387_union

Completed in 5126 milliseconds

1 2 3