Home
last modified time | relevance | path

Searched refs:fstp (Results 1 – 25 of 34) 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
Dpr13577.ll13 ; CHECK: fstp %st(1)
Dfp-stack-ret.ll35 ; CHECK: fstp
Dpr1505b.ll41 ; CHECK: fstp
49 ; CHECK: fstp
Dsibcall.ll326 ; 32: fstp
363 ; 32: fstp %st(0)
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc201 __ fstp(0); in Generate() local
285 __ fstp(0); \
373 __ fstp(0); in AssembleArchInstruction() local
404 __ fstp(0); in AssembleArchInstruction() local
429 __ fstp(0); in AssembleArchInstruction() local
458 __ fstp(0); in AssembleArchInstruction() local
487 __ fstp(0); in AssembleArchInstruction() local
568 __ fstp(0); in AssembleArchInstruction() local
715 __ fstp(0); in AssembleArchInstruction() local
735 __ fstp(0); in AssembleArchInstruction() local
[all …]
/external/owasp/sanitizer/tools/findbugs/doc/
DperformingARelease.txt10 fstp> mput edu.* eclipsePlugin*
11 fstp> quit
/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/llvm/test/MC/X86/
Dintel-syntax.s654 fstp tbyte ptr [rax] label
655 fstp xword ptr [rax] label
656 fstp qword ptr [rax] label
657 fstp dword ptr [rax] label
Dx86-32-coverage.s2233 fstp %st(2)
2249 fstp %st(2)
/external/valgrind/VEX/test/
Dfp1.s32 fstp %st(0)
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt7 Some targets (e.g. athlons) prefer freep to fstp ST(0):
DX86InstrFPStack.td488 def ST_FP32m : FPI<0xD9, MRM3m, (outs), (ins f32mem:$dst), "fstp{s}\t$dst",
490 def ST_FP64m : FPI<0xDD, MRM3m, (outs), (ins f64mem:$dst), "fstp{l}\t$dst",
492 def ST_FP80m : FPI<0xDB, MRM7m, (outs), (ins f80mem:$dst), "fstp{t}\t$dst",
541 def ST_FPrr : FPI<0xDD, MRM3r, (outs), (ins RST:$op), "fstp\t$op", IIC_FST>;
/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/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc601 __ fstp(st); in Free() local
608 __ fstp(0); in X87Mov() local
619 __ fstp(0); in X87Mov() local
715 __ fstp(0); in FlushIfNecessary() local
2504 __ fstp(0); in DoCmpHoleAndBranch() local
4997 __ fstp(0); in EmitNumberUntagDNoSSE2() local
5074 __ fstp(0); in DoDeferredTaggedToI() local
5079 __ fstp(0); in DoDeferredTaggedToI() local
5085 __ fstp(0); in DoDeferredTaggedToI() local
/external/v8/src/x87/
Dassembler-x87.h829 void fstp(int i);
Dmacro-assembler-x87.cc690 fstp(0); in FXamMinusZero()
701 fstp(0); in FXamSign()
Dassembler-x87.cc1456 void Assembler::fstp(int i) { in fstp() function in v8::internal::Assembler
/external/elfutils/libcpu/defs/
Di386223 11011101,11011{freg}:fstp {freg}
224 11011{D}01,{mod}011{r_m}:fstp{D} {mod}{r_m}
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc316 fstp(0); in TruncateHeapNumberToI()
762 fstp(0); in FCmp()
Dassembler-ia32.h837 void fstp(int i);
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc706 __ fstp(1); in AssembleArchInstruction() local
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc994 __ fstp(1); in AssembleArchInstruction() local

12