OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fxsave
(Results
1 - 25
of
67
) sorted by null
1
2
3
/external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.vgtest
1
prog:
fxsave
-amd64
Makefile.am
15
fxsave
-amd64.vgtest
fxsave
-amd64.stdout.exp
fxsave
-amd64.stderr.exp \
24
fxsave
-amd64 \
fxsave-amd64.c
38
asm __volatile__("
fxsave
(%0)" : : "r" (p) : "memory" );
/external/valgrind/main/memcheck/tests/x86/
fxsave.vgtest
1
prog:
fxsave
Makefile.am
12
fxsave
.vgtest
fxsave
.stdout.exp
fxsave
.stderr.exp \
32
fxsave
\
fxsave.c
18
asm __volatile__("
fxsave
(%0)" : : "r" (p) : "memory" );
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/
crtfastmath.o
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/
crtfastmath.o
/external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c
161
//:: static unsigned long twd_fxsr_to_i387( const struct i387_fxsave_struct *
fxsave
)
164
//:: unsigned long twd = (unsigned long)
fxsave
->twd;
173
//:: st = (struct _vki_fpxreg *) FPREG_ADDR(
fxsave
, i );
207
//:: const struct i387_fxsave_struct *
fxsave
)
214
//:: env[0] = (unsigned long)
fxsave
->cwd | 0xffff0000ul;
215
//:: env[1] = (unsigned long)
fxsave
->swd | 0xffff0000ul;
216
//:: env[2] = twd_fxsr_to_i387(
fxsave
);
217
//:: env[3] =
fxsave
->fip;
218
//:: env[4] =
fxsave
->fcs | ((unsigned long)
fxsave
->fop << 16)
[
all
...]
sigframe-x86-linux.c
185
//:: static unsigned long twd_fxsr_to_i387( const struct i387_fxsave_struct *
fxsave
)
188
//:: unsigned long twd = (unsigned long)
fxsave
->twd;
197
//:: st = (struct _vki_fpxreg *) FPREG_ADDR(
fxsave
, i );
231
//:: const struct i387_fxsave_struct *
fxsave
)
238
//:: env[0] = (unsigned long)
fxsave
->cwd | 0xffff0000ul;
239
//:: env[1] = (unsigned long)
fxsave
->swd | 0xffff0000ul;
240
//:: env[2] = twd_fxsr_to_i387(
fxsave
);
241
//:: env[3] =
fxsave
->fip;
242
//:: env[4] =
fxsave
->fcs | ((unsigned long)
fxsave
->fop << 16)
[
all
...]
sigframe-ppc32-linux.c
289
//:: static unsigned long twd_fxsr_to_i387( const struct i387_fxsave_struct *
fxsave
)
292
//:: unsigned long twd = (unsigned long)
fxsave
->twd;
301
//:: st = (struct _vki_fpxreg *) FPREG_ADDR(
fxsave
, i );
335
//:: const struct i387_fxsave_struct *
fxsave
)
342
//:: env[0] = (unsigned long)
fxsave
->cwd | 0xffff0000ul;
343
//:: env[1] = (unsigned long)
fxsave
->swd | 0xffff0000ul;
344
//:: env[2] = twd_fxsr_to_i387(
fxsave
);
345
//:: env[3] =
fxsave
->fip;
346
//:: env[4] =
fxsave
->fcs | ((unsigned long)
fxsave
->fop << 16)
[
all
...]
/external/kernel-headers/original/asm-x86/
i387_32.h
37
"m" ((tsk)->thread.i387.
fxsave
))
60
"
fxsave
%[fx]\n"
63
[fx] "m" (tsk->thread.i387.
fxsave
),
64
[fsw] "m" (tsk->thread.i387.
fxsave
.swd) : "memory");
sigcontext.h
88
/*
FXSAVE
frame */
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/
crtfastmath.o
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/
crtfastmath.o
/bionic/libc/kernel/arch-x86/asm/
i387_32.h
22
#define restore_fpu(tsk) alternative_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.
fxsave
))
/development/ndk/platforms/android-9/arch-x86/include/asm/
i387_32.h
22
#define restore_fpu(tsk) alternative_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.
fxsave
))
/external/qemu/target-i386/
TODO
26
-
fxsave
/fxrstor AMD extensions
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
i387_32.h
22
#define restore_fpu(tsk) alternative_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.
fxsave
))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
i387_32.h
22
#define restore_fpu(tsk) alternative_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.
fxsave
))
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
i387_32.h
22
#define restore_fpu(tsk) alternative_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.
fxsave
))
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h
122
__u8 ftwx; /* in
fxsave
format */
sigcontext.h
87
/*
FXSAVE
frame */
/external/qemu/android/config/linux-x86/asm/
kvm.h
133
__u8 ftwx; /* in
fxsave
format */
/external/qemu/android/config/linux-x86_64/asm/
kvm.h
133
__u8 ftwx; /* in
fxsave
format */
Completed in 426 milliseconds
1
2
3