/external/llvm/test/CodeGen/X86/ |
D | cmov-fp.ll | 22 ; 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 …]
|
D | inline-asm-fpstack.ll | 26 ; 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 …]
|
D | fp-stack-direct-ret.ll | 1 ; RUN: llc < %s -march=x86 | not grep fstp
|
D | pr13577.ll | 13 ; CHECK: fstp %st(1)
|
D | fp-stack-ret.ll | 35 ; CHECK: fstp
|
D | pr1505b.ll | 41 ; CHECK: fstp 49 ; CHECK: fstp
|
D | sibcall.ll | 326 ; 32: fstp 363 ; 32: fstp %st(0)
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 201 __ 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/ |
D | performingARelease.txt | 10 fstp> mput edu.* eclipsePlugin* 11 fstp> quit
|
/external/llvm/test/MC/Disassembler/X86/ |
D | fp-stack.txt | 769 # 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/ |
D | intel-syntax.s | 654 fstp tbyte ptr [rax] label 655 fstp xword ptr [rax] label 656 fstp qword ptr [rax] label 657 fstp dword ptr [rax] label
|
D | x86-32-coverage.s | 2233 fstp %st(2) 2249 fstp %st(2)
|
/external/valgrind/VEX/test/ |
D | fp1.s | 32 fstp %st(0)
|
/external/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 7 Some targets (e.g. athlons) prefer freep to fstp ST(0):
|
D | X86InstrFPStack.td | 488 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/ |
D | assyntax.h | 773 #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/ |
D | lithium-codegen-x87.cc | 601 __ 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/ |
D | assembler-x87.h | 829 void fstp(int i);
|
D | macro-assembler-x87.cc | 690 fstp(0); in FXamMinusZero() 701 fstp(0); in FXamSign()
|
D | assembler-x87.cc | 1456 void Assembler::fstp(int i) { in fstp() function in v8::internal::Assembler
|
/external/elfutils/libcpu/defs/ |
D | i386 | 223 11011101,11011{freg}:fstp {freg} 224 11011{D}01,{mod}011{r_m}:fstp{D} {mod}{r_m}
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 316 fstp(0); in TruncateHeapNumberToI() 762 fstp(0); in FCmp()
|
D | assembler-ia32.h | 837 void fstp(int i);
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 706 __ fstp(1); in AssembleArchInstruction() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 994 __ fstp(1); in AssembleArchInstruction() local
|