OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fnstcw
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S
37
fnstcw
2(%esp)
43
fnstcw
cw
86
fnstcw
saved_cw # store control word to mem
/external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S
34
fnstcw
2(%rsp)
40
fnstcw
cw
58
fnstcw
cw
132
fnstcw
saved_cw # store control word to mem
/bionic/libm/amd64/
fenv.c
213
__asm__ __volatile__ ("
fnstcw
%0" : "=m" (control));
234
__asm__ __volatile__ ("
fnstcw
%0" : "=m" (control));
371
__asm__ __volatile__ ("
fnstcw
%0" : "=m" (control));
392
__asm__ __volatile__ ("
fnstcw
%0" : "=m" (control));
414
__asm__ __volatile__ ("
fnstcw
%0" : "=m" (control));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h
416
__asm__ ( "
fnstcw
%0" : "=m" (*&(x)) ); \
423
__asm__ ( "
fnstcw
%0" : "=m" (*&(x)) ); \
440
"
fnstcw
word ptr [eax]" \
471
__asm
fnstcw
word ptr [x]\
477
__asm
fnstcw
word ptr [x]\
/external/mesa3d/src/mesa/main/
compiler.h
416
__asm__ ( "
fnstcw
%0" : "=m" (*&(x)) ); \
423
__asm__ ( "
fnstcw
%0" : "=m" (*&(x)) ); \
440
"
fnstcw
word ptr [eax]" \
471
__asm
fnstcw
word ptr [x]\
477
__asm
fnstcw
word ptr [x]\
/external/bison/lib/
fpucw.h
75
__asm__ __volatile__ ("
fnstcw
%0" : "=m" (*&_cw)); \
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm
146
fnstcw
[4]
label
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fpu_control.h
95
#define _FPU_GETCW(cw) __asm__ ("
fnstcw
%0" : "=m" (*&cw))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fpu_control.h
95
#define _FPU_GETCW(cw) __asm__ ("
fnstcw
%0" : "=m" (*&cw))
/external/libvorbis/lib/
os.h
98
__asm__ __volatile__("
fnstcw
%0\n\t"
/external/llvm/test/MC/Disassembler/X86/
x86-16.txt
642
# CHECK:
fnstcw
32493
645
# CHECK:
fnstcw
32493
651
# CHECK:
fnstcw
32493
657
# CHECK:
fnstcw
32493
/external/qemu/target-i386/
helper.h
166
DEF_HELPER_1(
fnstcw
, i32, env)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
fenv.h
104
#define __fnstcw(__cw) __asm __volatile("
fnstcw
%0" : "=m" (*(__cw)))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
fenv.h
104
#define __fnstcw(__cw) __asm __volatile("
fnstcw
%0" : "=m" (*(__cw)))
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
fenv.h
104
#define __fnstcw(__cw) __asm __volatile("
fnstcw
%0" : "=m" (*(__cw)))
/external/llvm/test/MC/X86/
x86-16.s
724
// CHECK:
fnstcw
32493
728
// CHECK:
fnstcw
32493
730
fnstcw
0x7eed
x86-32.s
800
// CHECK:
fnstcw
32493
804
// CHECK:
fnstcw
32493
806
fnstcw
0x7eed
x86-64.s
491
// CHECK:
fnstcw
(%rsp)
496
// CHECK:
fnstcw
(%rsp)
/bionic/libm/i387/
fenv.c
61
#define __fnstcw(__cw) __asm __volatile("
fnstcw
%0" : "=m" (*(__cw)))
/art/compiler/utils/x86/
assembler_x86.h
323
void
fnstcw
(const Address& dst);
assembler_x86.cc
671
void X86Assembler::
fnstcw
(const Address& dst) {
function in class:art::x86::X86Assembler
[
all
...]
/external/chromium_org/v8/test/cctest/
test-disasm-x87.cc
383
__
fnstcw
(Operand(ebx, ecx, times_4, 10000));
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h
[
all
...]
/external/mesa3d/src/mesa/x86/
assyntax.h
[
all
...]
/art/compiler/utils/x86_64/
assembler_x86_64.h
363
void
fnstcw
(const Address& dst);
Completed in 841 milliseconds
1
2
3