Home
last modified time | relevance | path

Searched defs:LoadSimd128 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1175 __ LoadSimd128(i.OutputSimd128Register(), MemOperand(fp, ip)); in AssembleArchInstruction() local
1997 __ LoadSimd128(result, operand); in AssembleArchInstruction() local
4429 __ LoadSimd128(g.ToSimd128Register(destination), in AssembleConstructFrame() local
4449 __ LoadSimd128(v0, MemOperand(src.ra(), ip)); in AssembleConstructFrame() local
4453 __ LoadSimd128(v0, MemOperand(r0, sp)); in AssembleConstructFrame() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1269 TNode<Simd128T> LoadSimd128(TNode<IntPtrT> ptr) { in LoadSimd128() function
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc3263 void TurboAssembler::LoadSimd128(Simd128Register src, const MemOperand& mem) { in CallRecordWriteStub() function in v8::internal::TurboAssembler