/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 495 StoreF64(src.fp(), dst_op, r0); in Store() 861 StoreF64(src.fp(), MemOperand(fp, offset), r0); in StoreCallerFrameSlot() 972 StoreF64(reg.fp(), liftoff::GetStackSlot(offset), r0); in Spill() 2971 StoreF64(args->fp(), MemOperand(sp, arg_bytes), r0); in CallC() 3111 asm_->StoreF64(kScratchDoubleReg, MemOperand(sp), r0); in Construct() 3140 asm_->StoreF64(src.reg().fp(), MemOperand(sp), r0); in Construct()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 727 __ StoreF64(value, operand); \ 1979 __ StoreF64(i.InputDoubleRegister(1), MemOperand(sp)); in AssembleArchInstruction() 1998 __ StoreF64(i.InputDoubleRegister(0), MemOperand(sp)); in AssembleArchInstruction() 2013 __ StoreF64(i.InputDoubleRegister(0), in AssembleArchInstruction() 3704 __ StoreF64(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 3727 __ StoreF64(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 3752 __ StoreF64(temp, g.ToMemOperand(destination)); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 667 StoreF64(dreg, MemOperand(location, stack_offset)); in MultiPushDoubles() 1938 StoreF64(double_input, MemOperand(sp)); in CallRecordWriteStub() 4009 StoreF64(src, opnd); in CallRecordWriteStub() 4095 void TurboAssembler::StoreF64(DoubleRegister dst, const MemOperand& mem) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 4220 StoreF64(dst, MemOperand(sp)); in CallRecordWriteStub() 4627 StoreF64(d0, MemOperand(sp)); in CallRecordWriteStub() 4651 StoreF64(scratch, dst); in CallRecordWriteStub() 4658 StoreF64(d0, MemOperand(sp)); in CallRecordWriteStub() 4661 StoreF64(scratch, dst); in CallRecordWriteStub() 4662 StoreF64(d in CallRecordWriteStub() [all...] |
H A D | macro-assembler-s390.h | 463 void StoreF64(DoubleRegister dst, const MemOperand& opnd); 590 StoreF64(src, MemOperand(sp)); in push()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.cc | 3240 V(StoreF64, DoubleRegister, stfd, stfdx) \ in CallRecordWriteStub() 3366 StoreF64(dst, mem, scratch2); in CallRecordWriteStub() 3370 StoreF64(dst, mem, scratch); in CallRecordWriteStub() 3492 StoreF64(scratch, dst, r0); in CallRecordWriteStub() 3501 StoreF64(scratch_0, dst, r0); in CallRecordWriteStub() 3502 StoreF64(scratch_1, src, r0); in CallRecordWriteStub()
|
H A D | macro-assembler-ppc.h | 1012 void StoreF64(DoubleRegister src, const MemOperand& mem,
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 476 StoreF64(src.fp(), dst_op); in Store() 1289 StoreF64(src.fp(), MemOperand(fp, offset)); in StoreCallerFrameSlot() 1425 StoreF64(reg.fp(), liftoff::GetStackSlot(offset)); in Spill() 2977 StoreF64(args->fp(), MemOperand(sp, arg_bytes)); in CallC()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1728 __ StoreF64(i.InputDoubleRegister(0), in AssembleArchInstruction() 4384 __ StoreF64(dst, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4410 __ StoreF64(src, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4437 __ StoreF64(temp, g.ToMemOperand(destination), r0); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 3646 __ StoreF64(dreg, MemOperand(sp, offset)); in Generate_DeoptimizationEntry() 3721 __ StoreF64(d0, MemOperand(r3, dst_offset)); in Generate_DeoptimizationEntry()
|