Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DX87.cpp36 __ fstp(IceType_f32, in TEST_F()
38 __ fstp(IceType_f64, Address(GPRRegister::Encoded_Reg_ebp, 0x10000, in TEST_F()
131 __ fstp(X87STRegister::Encoded_X87ST_7); \ in TEST_F()
133 __ fstp(X87STRegister::Encoded_X87ST_6); \ in TEST_F()
135 __ fstp(X87STRegister::Encoded_X87ST_5); \ in TEST_F()
137 __ fstp(X87STRegister::Encoded_X87ST_4); \ in TEST_F()
139 __ fstp(X87STRegister::Encoded_X87ST_3); \ in TEST_F()
141 __ fstp(X87STRegister::Encoded_X87ST_2); \ in TEST_F()
143 __ fstp(X87STRegister::Encoded_X87ST_1); \ in TEST_F()
145 __ fstp(IceType_ in TEST_F()
[all...]
/third_party/musl/src/math/i386/
H A Dexp_ld.s17 fstp %st(1)
24 fstp %st(0)
25 fstp %st(0)
75 fstp %st(1)
H A Dscalbnl.s31 fstp %st(1)
H A Dlog1p.s24 fstp %st(1)
H A Dremquo.s33 fstp %st(1)
H A Dexpl.s23 fstp %st(1)
/third_party/musl/src/math/x32/
H A Dexp2l.s13 fstp %st(1)
19 fstp %st(0)
65 fstp %st(1)
H A Dremainderl.s10 fstp %st(1)
H A Dfmodl.s10 fstp %st(1)
H A Dexpl.s23 fstp %st(1)
/third_party/musl/src/math/x86_64/
H A Dexp2l.s13 fstp %st(1)
19 fstp %st(0)
65 fstp %st(1)
H A Dremainderl.s10 fstp %st(1)
H A Dfmodl.s10 fstp %st(1)
H A Dexpl.s23 fstp %st(1)
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-darwin.S91 fstp %st(0)
/third_party/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
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h698 void fstp(Type Ty, const AsmAddress &dst);
699 void fstp(RegX8632::X87STRegister st);
H A DIceInstX8632.cpp2418 // "partially" delete the fstp if the Dest is unused. Even if Dest is unused,
2419 // the fstp should be kept for the SideEffects of popping the stack.
2422 "fstp\t"
2429 "fstp"
2438 "fstp"
2455 // "partially" delete the fstp if the Dest is unused. Even if Dest is unused,
2456 // the fstp should be kept for the SideEffects of popping the stack.
2458 Asm->fstp(RegisterSet::getEncodedSTReg(0));
2465 Asm->fstp(Ty, StackAddr);
2471 Asm->fstp(T
[all...]
H A DIceAssemblerX8632.cpp573 void AssemblerX8632::fstp(Type Ty, const AsmAddress &dst) { in fstp() function in Ice::X8632::AssemblerX8632
579 void AssemblerX8632::fstp(RegX8632::X87STRegister st) { in fstp() function in Ice::X8632::AssemblerX8632
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h778 void fstp(int i);
H A Dassembler-ia32.cc1815 void Assembler::fstp(int i) { in fstp() function in v8::internal::Assembler
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1419 __ fstp(1); in AssembleArchInstruction()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc3175 __ fstp(0); in Generate_DoubleToI()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc2440 void Assembler::fstp(int index) { in fstp() function in v8::internal::Assembler
H A Dassembler-x64.h847 void fstp(int index);

Completed in 49 milliseconds

12