Searched defs:LoadSimd128 (Results 1 – 3 of 3) sorted by relevance
1175 __ LoadSimd128(i.OutputSimd128Register(), MemOperand(fp, ip)); in AssembleArchInstruction() local1997 __ LoadSimd128(result, operand); in AssembleArchInstruction() local4429 __ LoadSimd128(g.ToSimd128Register(destination), in AssembleConstructFrame() local4449 __ LoadSimd128(v0, MemOperand(src.ra(), ip)); in AssembleConstructFrame() local4453 __ LoadSimd128(v0, MemOperand(r0, sp)); in AssembleConstructFrame() local
1269 TNode<Simd128T> LoadSimd128(TNode<IntPtrT> ptr) { in LoadSimd128() function
3263 void TurboAssembler::LoadSimd128(Simd128Register src, const MemOperand& mem) { in CallRecordWriteStub() function in v8::internal::TurboAssembler