Home
last modified time | relevance | path

Searched refs:StoreF32 (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h487 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/
Dcode-generator-s390.cc718 __ 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/
Dliftoff-assembler-s390.h469 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/
Dmacro-assembler-ppc.cc3241 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()
Dmacro-assembler-ppc.h1010 void StoreF32(DoubleRegister src, const MemOperand& mem,
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc4014 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()
Dmacro-assembler-s390.h464 void StoreF32(DoubleRegister dst, const MemOperand& opnd);
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1731 __ 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