Searched refs:stfdu (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 274 ; nap_d is off by 1, because it's used with stfdu/lfdu 431 stfdu $N3,64($nap_d) 582 stfdu $N3,64($nap_d) 664 stfdu $N3,64($nap_d)
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 274 ; nap_d is off by 1, because it's used with stfdu/lfdu 431 stfdu $N3,64($nap_d) 582 stfdu $N3,64($nap_d) 664 stfdu $N3,64($nap_d)
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1050 void stfdu(const DoubleRegister frs, const MemOperand& src);
|
H A D | macro-assembler-ppc.cc | 1914 stfdu(double_input, MemOperand(sp, -kDoubleSize)); in CallRecordWriteStub() 3245 V(StoreF64WithUpdate, DoubleRegister, stfdu, stfdux) \ in CallRecordWriteStub()
|
H A D | constants-ppc.h | 1867 V(stfdu, STFDU, 0xDC000000) \
|
H A D | assembler-ppc.cc | 1702 void Assembler::stfdu(const DoubleRegister frs, const MemOperand& src) { in stfdu() function in v8::internal::Assembler
|
Completed in 21 milliseconds