/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
gas-fp.asm | 14 fstp %st(1) label
|
/external/valgrind/main/VEX/test/ |
fp1.s | 32 fstp %st(0)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
genopcode.asm | 114 fstp dword [0] label 115 fstp st4 label
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_stdlib.c | 61 fstp dword ptr [esp] 70 fstp dword ptr [esp] 81 fstp dword ptr [esp+18h] 82 fstp dword ptr [esp+18h]
|
/art/compiler/dex/quick/x86/ |
fp_x86.cc | 161 LIR *fstp = NewLIR2NoDest(opcode, rs_rX86_SP.GetReg(), displacement); local 162 AnnotateDalvikRegAccess(fstp, displacement >> 2, false /* is_load */, is_double); 170 * more since the fstp has already placed the correct value in memory. 432 * more since the fstp has already placed the correct value in memory.
|
/external/chromium_org/v8/src/x64/ |
codegen-x64.cc | 147 __ fstp(0); // Drop result in st(0). 161 __ fstp(0); // Unload y.
|
assembler-x64.h | [all...] |
assembler-x64.cc | 1897 void Assembler::fstp(int index) { function in class:v8::internal::Assembler [all...] |
macro-assembler-x64.cc | [all...] |
code-stubs-x64.cc | 780 __ fstp(1); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/external/chromium_org/v8/src/x87/ |
assembler-x87.h | 804 void fstp(int i); [all...] |
lithium-codegen-x87.cc | 554 // keep track of how fstp(i) changes the order of elements 559 __ fstp(st); 566 __ fstp(0); 654 __ fstp(0); 686 for (int i = 0; i < x87_stack_.depth(); i++) __ fstp(0); [all...] |
assembler-x87.cc | 1425 void Assembler::fstp(int i) { function in class:v8::internal::Assembler [all...] |
macro-assembler-x87.cc | 283 fstp(0); 296 fstp(0); [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | 821 void fstp(int i); [all...] |
macro-assembler-ia32.cc | 316 fstp(0); 838 fstp(0); [all...] |
assembler-ia32.cc | 1492 void Assembler::fstp(int i) { function in class:v8::internal::Assembler [all...] |
code-stubs-ia32.cc | 591 __ fstp(0); [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | [all...] |
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 264 fstp, fstp_insn, 4, SUF_Z, 0, 0, 0, 0, CPU_FPU, 0, 0 [all...] |
x86insn_gas.gperf | 514 fstp, fstp_insn, 4, SUF_Z, 0, 0, 0, 0, CPU_FPU, 0, 0 [all...] |