/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 487 StoreF32(src.fp(), dst_op, r0); in Store() 857 StoreF32(src.fp(), MemOperand(fp, offset), r0); in StoreCallerFrameSlot() 969 StoreF32(reg.fp(), liftoff::GetStackSlot(offset + stack_bias), r0); in Spill() 2968 StoreF32(args->fp(), MemOperand(sp, arg_bytes), r0); in CallC() 3103 asm_->StoreF32(kScratchDoubleReg, MemOperand(sp), r0); in Construct() 3136 asm_->StoreF32(src.reg().fp(), MemOperand(sp), r0); in Construct()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 718 __ StoreF32(value, operand); \ 1975 __ StoreF32(i.InputDoubleRegister(1), MemOperand(sp)); in AssembleArchInstruction() local 2001 __ StoreF32(i.InputDoubleRegister(0), MemOperand(sp)); in AssembleArchInstruction() local 2016 __ StoreF32(i.InputDoubleRegister(0), in AssembleArchInstruction() local 3702 __ StoreF32(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() local 3729 __ StoreF32(src, g.ToMemOperand(destination)); in AssembleConstructFrame() local 3755 __ StoreF32(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() local
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 469 StoreF32(src.fp(), dst_op); in Store() 1285 StoreF32(src.fp(), MemOperand(fp, offset)); in StoreCallerFrameSlot() 1422 StoreF32(reg.fp(), liftoff::GetStackSlot(offset + stack_bias)); in Spill() 2974 StoreF32(args->fp(), MemOperand(sp, arg_bytes)); in CallC() 3135 asm_->StoreF32(kScratchDoubleReg, MemOperand(sp)); in Construct() 3173 asm_->StoreF32(src.reg().fp(), MemOperand(sp)); in Construct()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 3241 V(StoreF32, DoubleRegister, stfs, stfsx) \ in CallRecordWriteStub() 3377 StoreF32(dst, mem, scratch2); in CallRecordWriteStub() 3381 StoreF32(dst, mem, scratch); in CallRecordWriteStub() 3465 StoreF32(scratch, dst, r0); in CallRecordWriteStub() 3474 StoreF32(scratch_0, dst, r0); in CallRecordWriteStub() 3475 StoreF32(scratch_1, src, r0); in CallRecordWriteStub()
|
D | macro-assembler-ppc.h | 1010 void StoreF32(DoubleRegister src, const MemOperand& mem,
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 4014 StoreF32(src, opnd); in CallRecordWriteStub() 4104 void TurboAssembler::StoreF32(DoubleRegister src, const MemOperand& mem) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 4167 StoreF32(dst, MemOperand(sp)); in CallRecordWriteStub() 4620 StoreF32(scratch, dst); in CallRecordWriteStub() 4630 StoreF32(scratch, dst); in CallRecordWriteStub() 4631 StoreF32(d0, src); in CallRecordWriteStub()
|
D | macro-assembler-s390.h | 464 void StoreF32(DoubleRegister dst, const MemOperand& opnd);
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1731 __ StoreF32(i.InputDoubleRegister(0), in AssembleArchInstruction() local 4386 __ StoreF32(dst, g.ToMemOperand(destination), r0); in AssembleConstructFrame() local 4412 __ StoreF32(src, g.ToMemOperand(destination), r0); in AssembleConstructFrame() local 4440 __ StoreF32(temp, g.ToMemOperand(destination), r0); in AssembleConstructFrame() local
|