Home
last modified time | relevance | path

Searched refs:fstp (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dcmov-fp.ll22 ; NOCMOV: fstp
41 ; NOCMOV: fstp
59 ; NOCMOV: fstp
77 ; NOCMOV: fstp
89 ; NOSSE2: fstp
92 ; NOSSE1: fstp
95 ; NOCMOV: fstp
107 ; NOSSE2: fstp
110 ; NOSSE1: fstp
113 ; NOCMOV: fstp
[all …]
Dinline-asm-fpstack.ll26 ; CHECK-NOT: fstp
37 ; CHECK-NOT: fstp
48 ; CHECK-NOT: fstp
60 ; Uses the same value twice, should have one fstp after the asm.
63 ; CHECK-NEXT: fstp
64 ; CHECK-NOT: fstp
69 ; CHECK-NEXT: fstp
70 ; CHECK-NEXT: fstp
76 ; CHECK-NEXT: fstp
77 ; CHECK-NOT: fstp
[all …]
Dfp-stack-direct-ret.ll1 ; RUN: llc < %s -march=x86 | not grep fstp
Dfp-stack-ret.ll35 ; CHECK: fstp
Dwin_ftol2.ll21 ; FTOL-NOT: fstp
33 ; FTOL-NOT: fstp
Dpr1505b.ll41 ; CHECK: fstp
49 ; CHECK: fstp
Dsibcall.ll265 ; 32: fstp
295 ; 32: fstp %st(0)
/external/flac/libFLAC/ia32/
Dlpc_asm.nasm132fstp dword [edi + (32*4)] ; autoc[32]+=d*data[sample+32] ST = d WATCHOUT: not a byte displacemen…
136 fstp dword [edi + (31*4)] ; autoc[31]+=d*data[sample+31] ST = d
140 fstp dword [edi + (30*4)] ; autoc[30]+=d*data[sample+30] ST = d
144 fstp dword [edi + (29*4)] ; autoc[29]+=d*data[sample+29] ST = d
148 fstp dword [edi + (28*4)] ; autoc[28]+=d*data[sample+28] ST = d
152 fstp dword [edi + (27*4)] ; autoc[27]+=d*data[sample+27] ST = d
156 fstp dword [edi + (26*4)] ; autoc[26]+=d*data[sample+26] ST = d
160 fstp dword [edi + (25*4)] ; autoc[25]+=d*data[sample+25] ST = d
164 fstp dword [edi + (24*4)] ; autoc[24]+=d*data[sample+24] ST = d
168 fstp dword [edi + (23*4)] ; autoc[23]+=d*data[sample+23] ST = d
[all …]
Dfixed_asm.nasm220 fstp dword [ebx] ; residual_bits_per_sample[0] = log2(ln2*total_error_0/data_len) ST = data_len
236fstp dword [ebx + 4] ; residual_bits_per_sample[1] = log2(ln2*total_error_1/data_len) ST = dat…
251fstp dword [ebx + 8] ; residual_bits_per_sample[2] = log2(ln2*total_error_2/data_len) ST = dat…
266fstp dword [ebx + 12] ; residual_bits_per_sample[3] = log2(ln2*total_error_3/data_len) ST = dat…
281fstp dword [ebx + 16] ; residual_bits_per_sample[4] = log2(ln2*total_error_4/data_len) ST = dat…
286 fstp st0 ; ST = [empty]
/external/owasp/sanitizer/tools/findbugs/doc/
DperformingARelease.txt10 fstp> mput edu.* eclipsePlugin*
11 fstp> quit
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
Dgas-fp.asm14 fstp %st(1) label
/external/llvm/test/MC/Disassembler/X86/
Dfp-stack.txt769 # CHECK: fstp %st(0)
772 # CHECK: fstp %st(1)
775 # CHECK: fstp %st(2)
778 # CHECK: fstp %st(3)
781 # CHECK: fstp %st(4)
784 # CHECK: fstp %st(5)
787 # CHECK: fstp %st(6)
790 # CHECK: fstp %st(7)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Dgenopcode.asm114 fstp dword [0] label
115 fstp st4 label
/external/valgrind/main/VEX/test/
Dfp1.s32 fstp %st(0)
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_stdlib.c61 fstp dword ptr [esp] in _ftol()
70 fstp dword ptr [esp] in _ftol()
81 fstp dword ptr [esp+18h] in _ftol()
82 fstp dword ptr [esp+18h] in _ftol()
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt7 Some targets (e.g. athlons) prefer freep to fstp ST(0):
DX86InstrFPStack.td461 def ST_FP32m : FPI<0xD9, MRM3m, (outs), (ins f32mem:$dst), "fstp{s}\t$dst",
463 def ST_FP64m : FPI<0xDD, MRM3m, (outs), (ins f64mem:$dst), "fstp{l}\t$dst",
465 def ST_FP80m : FPI<0xDB, MRM7m, (outs), (ins f80mem:$dst), "fstp{t}\t$dst",
514 def ST_FPrr : FPI<0xDD, MRM3r, (outs), (ins RST:$op), "fstp\t$op", IIC_FST>;
/external/chromium_org/v8/src/x64/
Dcodegen-x64.cc147 __ fstp(0); // Drop result in st(0). in CreateModuloFunction() local
161 __ fstp(0); // Unload y. in CreateModuloFunction() local
Dassembler-x64.h932 void fstp(int index);
/external/mesa3d/src/mesa/x86/
Dassyntax.h773 #define FSTP(a) CHOICE(fstp a, fstp a, fstp a)
1491 #define FSTP_X(a) fstp X_(a)
1492 #define FSTP_D(a) fstp D_(a)
1493 #define FSTP_S(a) fstp S_(a)
1494 #define FSTP(a) fstp a
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
Dassyntax.h773 #define FSTP(a) CHOICE(fstp a, fstp a, fstp a)
1491 #define FSTP_X(a) fstp X_(a)
1492 #define FSTP_D(a) fstp D_(a)
1493 #define FSTP_S(a) fstp S_(a)
1494 #define FSTP(a) fstp a
/external/chromium_org/v8/src/x87/
Dassembler-x87.h804 void fstp(int i);
Dlithium-codegen-x87.cc559 __ fstp(st); in Free() local
566 __ fstp(0); in X87Mov() local
654 __ fstp(0); in FlushIfNecessary() local
686 for (int i = 0; i < x87_stack_.depth(); i++) __ fstp(0); in EmitFlushX87ForDeopt() local
2453 __ fstp(0); in DoCmpHoleAndBranch() local
4111 __ fstp(0); in DoStoreKeyedFixedDoubleArray() local
4636 __ fstp(0); in EmitNumberUntagDNoSSE2() local
/external/chromium_org/v8/src/ia32/
Dassembler-ia32.h821 void fstp(int i);
/external/elfutils/0.153/libcpu/defs/
Di386223 11011101,11011{freg}:fstp {freg}
224 11011{D}01,{mod}011{r_m}:fstp{D} {mod}{r_m}

12