Searched defs:StoreSimd128 (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 1691 __ StoreSimd128(i.InputSimd128Register(1), MemOperand(r0, sp)); in AssembleArchInstruction() local 1736 __ StoreSimd128(i.InputSimd128Register(0), MemOperand(ip, sp)); in AssembleArchInstruction() local 2034 __ StoreSimd128(value, operand); in AssembleArchInstruction() local 4399 __ StoreSimd128(g.ToSimd128Register(source), MemOperand(dst.ra(), ip)); in AssembleConstructFrame() local 4445 __ StoreSimd128(v0, MemOperand(r0, sp)); in AssembleConstructFrame() local 4451 __ StoreSimd128(v0, MemOperand(dst.ra(), ip)); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | macro-assembler-ppc.cc | 3268 void TurboAssembler::StoreSimd128(Simd128Register src, const MemOperand& mem) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|