Searched refs:lfdu (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 988 lfdu $N3,64($nap_d) 1080 lfdu $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 988 lfdu $N3,64($nap_d) 1080 lfdu $N3,64($nap_d)
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1046 void lfdu(const DoubleRegister frt, const MemOperand& src);
|
H A D | constants-ppc.h | 1859 V(lfdu, LFDU, 0xCC000000) \
|
H A D | assembler-ppc.cc | 1662 void Assembler::lfdu(const DoubleRegister frt, const MemOperand& src) { in lfdu() function in v8::internal::Assembler
|
H A D | macro-assembler-ppc.cc | 3243 V(LoadF64WithUpdate, DoubleRegister, lfdu, lfdux) \ in CallRecordWriteStub()
|
Completed in 27 milliseconds