Searched refs:fstp (Results 1 - 25 of 42) sorted by relevance

12

/external/syslinux/com32/lib/math/
H A Dpow.S22 fstp %st(1)
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DX87.cpp36 __ fstp(IceType_f32,
38 __ fstp(IceType_f64, Address(GPRRegister::Encoded_Reg_ebp, 0x10000,
131 __ fstp(X87STRegister::Encoded_X87ST_7); \
133 __ fstp(X87STRegister::Encoded_X87ST_6); \
135 __ fstp(X87STRegister::Encoded_X87ST_5); \
137 __ fstp(X87STRegister::Encoded_X87ST_4); \
139 __ fstp(X87STRegister::Encoded_X87ST_3); \
141 __ fstp(X87STRegister::Encoded_X87ST_2); \
143 __ fstp(X87STRegister::Encoded_X87ST_1); \
145 __ fstp(IceType_
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
H A Dwin32.c103 // fstp %st(0)
104 fstp st(0)
122 fstp DWORD PTR [ecx]
130 fstp QWORD PTR [ecx]
140 fstp QWORD PTR [ecx] /* XXX ??? */
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
H A Dwin32.c103 // fstp %st(0)
104 fstp st(0)
122 fstp DWORD PTR [ecx]
130 fstp QWORD PTR [ecx]
140 fstp QWORD PTR [ecx] /* XXX ??? */
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc200 __ fstp(0);
218 __ fstp(0);
301 __ fstp(0); \
390 __ fstp(0); \
414 __ fstp(0); \
551 __ fstp(0);
583 __ fstp(0);
619 __ fstp(0);
648 __ fstp(0);
670 __ fstp(
[all...]
/external/llvm/test/MC/X86/
H A Dintel-syntax.s656 fstp tbyte ptr [rax] label
657 fstp xword ptr [rax] label
658 fstp qword ptr [rax] label
659 fstp dword ptr [rax] label
/external/libffi/src/x86/
H A Dwin32.S117 fstp st(0)
178 fstp DWORD PTR [ecx]
184 fstp QWORD PTR [ecx]
190 fstp TBYTE PTR [ecx]
604 fstp %st(0)
H A Ddarwin.S80 fstp %st(0)
H A Dfreebsd.S81 fstp %st(0)
H A Dsysv.S81 fstp %st(0)
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Ddarwin.S80 fstp %st(0)
H A Dfreebsd.S81 fstp %st(0)
H A Dsysv.S81 fstp %st(0)
H A Dwin32.S103 fstp st(0)
164 fstp DWORD PTR [ecx]
170 fstp QWORD PTR [ecx]
176 fstp TBYTE PTR [ecx]
574 fstp %st(0)
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
H A Dx86-darwin.S91 fstp %st(0)
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Ddarwin.S80 fstp %st(0)
H A Dfreebsd.S81 fstp %st(0)
H A Dsysv.S81 fstp %st(0)
H A Dwin32.S103 fstp st(0)
164 fstp DWORD PTR [ecx]
170 fstp QWORD PTR [ecx]
176 fstp TBYTE PTR [ecx]
574 fstp %st(0)
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
H A Dx86-darwin.S91 fstp %st(0)
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h773 #define FSTP(a) CHOICE(fstp a, fstp a, fstp a)
1483 #define FSTP_X(a) fstp X_(a)
1484 #define FSTP_D(a) fstp D_(a)
1485 #define FSTP_S(a) fstp S_(a)
1486 #define FSTP(a) fstp a
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc487 // keep track of how fstp(i) changes the order of elements
492 __ fstp(st);
499 __ fstp(0);
510 __ fstp(0);
606 __ fstp(0);
2345 __ fstp(0);
4651 __ fstp(0);
4712 __ fstp(0);
4717 __ fstp(0);
4723 __ fstp(
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86Base.h534 void fstp(Type Ty, const typename T::Address &dst);
537 void fstp(typename T::X87STRegister st);
H A DIceInstX86BaseImpl.h2655 // "partially" delete the fstp if the Dest is unused. Even if Dest is unused,
2656 // the fstp should be kept for the SideEffects of popping the stack.
2659 "fstp\t"
2666 "fstp" << this->getFldString(Ty) << "\t";
2674 "fstp" << this->getFldString(Ty) << "\t"
2688 // "partially" delete the fstp if the Dest is unused. Even if Dest is unused,
2689 // the fstp should be kept for the SideEffects of popping the stack.
2691 Asm->fstp(RegisterSet::getEncodedSTReg(0));
2698 Asm->fstp(Ty, StackAddr);
2705 Asm->fstp(T
[all...]
/external/v8/src/x87/
H A Dassembler-x87.h858 void fstp(int i);

Completed in 592 milliseconds

12