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 D | X87.cpp | 36 __ 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 D | exp_ld.s | 17 fstp %st(1) 24 fstp %st(0) 25 fstp %st(0) 75 fstp %st(1)
|
H A D | scalbnl.s | 31 fstp %st(1)
|
H A D | log1p.s | 24 fstp %st(1)
|
H A D | remquo.s | 33 fstp %st(1)
|
H A D | expl.s | 23 fstp %st(1)
|
/third_party/musl/src/math/x32/ |
H A D | exp2l.s | 13 fstp %st(1) 19 fstp %st(0) 65 fstp %st(1)
|
H A D | remainderl.s | 10 fstp %st(1)
|
H A D | fmodl.s | 10 fstp %st(1)
|
H A D | expl.s | 23 fstp %st(1)
|
/third_party/musl/src/math/x86_64/ |
H A D | exp2l.s | 13 fstp %st(1) 19 fstp %st(0) 65 fstp %st(1)
|
H A D | remainderl.s | 10 fstp %st(1)
|
H A D | fmodl.s | 10 fstp %st(1)
|
H A D | expl.s | 23 fstp %st(1)
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
H A D | x86-darwin.S | 91 fstp %st(0)
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 773 #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 D | IceAssemblerX8632.h | 698 void fstp(Type Ty, const AsmAddress &dst); 699 void fstp(RegX8632::X87STRegister st);
|
H A D | IceInstX8632.cpp | 2418 // "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 D | IceAssemblerX8632.cpp | 573 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 D | assembler-ia32.h | 778 void fstp(int i);
|
H A D | assembler-ia32.cc | 1815 void Assembler::fstp(int i) { in fstp() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1419 __ fstp(1); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 3175 __ fstp(0); in Generate_DoubleToI()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 2440 void Assembler::fstp(int index) { in fstp() function in v8::internal::Assembler
|
H A D | assembler-x64.h | 847 void fstp(int index);
|
Completed in 49 milliseconds
12