Searched refs:StoreV128 (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 483 StoreV128(src.fp(), dst_op, r1); in Store() 1295 StoreV128(src.fp(), MemOperand(fp, offset), scratch); in StoreCallerFrameSlot() 1430 StoreV128(reg.fp(), liftoff::GetStackSlot(offset), scratch); in Spill() 3152 asm_->StoreV128(kScratchDoubleReg, MemOperand(sp), scratch); in Construct() 3182 asm_->StoreV128(src.reg().fp(), MemOperand(sp), scratch); in Construct()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 682 StoreV128(dreg, MemOperand(location, stack_offset), scratch); in MultiPushV128() 4019 StoreV128(src, mem, scratch1); in CallRecordWriteStub() 4112 void TurboAssembler::StoreV128(Simd128Register src, const MemOperand& mem, in CallRecordWriteStub() function in v8::internal::TurboAssembler 4681 StoreV128(scratch, dst, ip); in CallRecordWriteStub() 4688 StoreV128(d0, MemOperand(sp), ip); in CallRecordWriteStub() 4691 StoreV128(scratch, dst, ip); in CallRecordWriteStub() 4692 StoreV128(d0, src, ip); in CallRecordWriteStub()
|
D | macro-assembler-s390.h | 465 void StoreV128(Simd128Register src, const MemOperand& mem, Register scratch);
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1983 __ StoreV128(i.InputDoubleRegister(1), MemOperand(sp), kScratchReg); in AssembleArchInstruction() local 2020 __ StoreV128(i.InputDoubleRegister(0), in AssembleArchInstruction() local 3715 __ StoreV128(g.ToSimd128Register(source), g.ToMemOperand(destination), in AssembleConstructFrame() local 3759 __ StoreV128(kScratchDoubleReg, g.ToMemOperand(destination), in AssembleConstructFrame() local
|