Searched defs:LoadF64 (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | macro-assembler-s390.h | 809 void LoadF64(DoubleRegister result, T value, Register scratch) { in LoadF64() function
|
| D | macro-assembler-s390.cc | 4063 void TurboAssembler::LoadF64(DoubleRegister dst, const MemOperand& mem) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 1476 __ LoadF64(i.OutputDoubleRegister(), MemOperand(fp, offset)); in AssembleArchInstruction() local 3739 __ LoadF64(g.ToDoubleRegister(destination), src); in AssembleConstructFrame() local 3751 __ LoadF64(temp, src); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 1169 __ LoadF64(i.OutputDoubleRegister(), MemOperand(fp, offset), r0); in AssembleArchInstruction() local 4422 __ LoadF64(g.ToDoubleRegister(destination), src, r0); in AssembleConstructFrame() local 4436 __ LoadF64(temp, src, r0); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/builtins/s390/ |
| D | builtins-s390.cc | 3178 __ LoadF64(double_scratch, MemOperand(sp, argument_offset)); in Generate_DoubleToI() local 3720 __ LoadF64(d0, MemOperand(sp, src_offset)); in Generate_DeoptimizationEntry() local
|