Searched refs:LoadV128 (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 414 LoadV128(dst.fp(), src_op, r1); in Load() 1255 LoadV128(dst.fp(), MemOperand(fp, offset), scratch); in LoadCallerFrameSlot() 1333 LoadV128(dst.fp(), MemOperand(sp, offset), scratch); in LoadReturnStackSlot() 1480 LoadV128(reg.fp(), liftoff::GetStackSlot(offset), scratch); in Fill() 3149 asm_->LoadV128(kScratchDoubleReg, in Construct()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 707 LoadV128(dreg, MemOperand(location, stack_offset), scratch); in MultiPopV128() 3977 LoadV128(dst, opnd, scratch0); in CallRecordWriteStub() 4082 void TurboAssembler::LoadV128(Simd128Register dst, const MemOperand& mem, in CallRecordWriteStub() function in v8::internal::TurboAssembler 4680 LoadV128(src, dst, ip); in CallRecordWriteStub() 4689 LoadV128(scratch, src, ip); in CallRecordWriteStub() 4690 LoadV128(d0, dst, ip); in CallRecordWriteStub() 4694 LoadV128(d0, MemOperand(sp), ip); in CallRecordWriteStub()
|
D | macro-assembler-s390.h | 390 void LoadV128(Simd128Register dst, const MemOperand& mem, Register scratch);
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1481 __ LoadV128(i.OutputSimd128Register(), MemOperand(fp, offset), in AssembleArchInstruction() local 3744 __ LoadV128(g.ToSimd128Register(destination), g.ToMemOperand(source), in AssembleConstructFrame() local 3758 __ LoadV128(kScratchDoubleReg, g.ToMemOperand(source), kScratchReg); in AssembleConstructFrame() local
|