/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
D | gas-fp.asm | 14 fstp %st(1) label
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | genopcode.asm | 114 fstp dword [0] label 115 fstp st4 label
|
/external/chromium_org/v8/src/x64/ |
D | codegen-x64.cc | 146 __ fstp(0); // Drop result in st(0). in CreateModuloFunction() local 160 __ fstp(0); // Unload y. in CreateModuloFunction() local
|
D | assembler-x64.cc | 1924 void Assembler::fstp(int index) { in fstp() function in v8::internal::Assembler
|
D | code-stubs-x64.cc | 427 __ fstp(1); in Generate() local
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.cc | 589 __ fstp(st); in Free() local 596 __ fstp(0); in X87Mov() local 607 __ fstp(0); in X87Mov() local 703 __ fstp(0); in FlushIfNecessary() local 2606 __ fstp(0); in DoCmpHoleAndBranch() local 4651 __ fstp(0); in DoStoreKeyedFixedDoubleArray() local 5174 __ fstp(0); in EmitNumberUntagDNoSSE2() local 5250 __ fstp(0); in DoDeferredTaggedToI() local 5255 __ fstp(0); in DoDeferredTaggedToI() local 5261 __ fstp(0); in DoDeferredTaggedToI() local
|
D | assembler-x87.cc | 1460 void Assembler::fstp(int i) { in fstp() function in v8::internal::Assembler
|
/external/chromium_org/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 282 __ fstp(1); in AssembleArchInstruction() local
|
/external/chromium_org/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 444 __ fstp(1); in AssembleArchInstruction() local
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.cc | 1527 void Assembler::fstp(int i) { in fstp() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 239 __ fstp(0); in Generate() local 552 __ fstp(1); // 2^X in Generate() local
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_nasm.gperf | 264 fstp, fstp_insn, 4, SUF_Z, 0, 0, 0, 0, CPU_FPU, 0, 0 keyword
|
D | x86insn_gas.gperf | 514 fstp, fstp_insn, 4, SUF_Z, 0, 0, 0, 0, CPU_FPU, 0, 0 keyword
|