Searched defs:fstp (Results 1 – 11 of 11) sorted by relevance
/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 | 147 __ fstp(0); // Drop result in st(0). in CreateModuloFunction() local 161 __ fstp(0); // Unload y. in CreateModuloFunction() local
|
D | assembler-x64.cc | 1897 void Assembler::fstp(int index) { in fstp() function in v8::internal::Assembler
|
D | code-stubs-x64.cc | 780 __ fstp(1); in Generate() local
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.cc | 559 __ 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
|
D | assembler-x87.cc | 1425 void Assembler::fstp(int i) { in fstp() function in v8::internal::Assembler
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.cc | 1492 void Assembler::fstp(int i) { in fstp() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 591 __ fstp(0); in Generate() local 901 __ 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
|