Searched refs:scratch_0 (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 3419 void TurboAssembler::SwapP(MemOperand src, MemOperand dst, Register scratch_0, in CallRecordWriteStub() argument 3422 DCHECK(!AreAliased(src.ra(), scratch_0, scratch_1)); in CallRecordWriteStub() 3424 DCHECK(!AreAliased(src.rb(), scratch_0, scratch_1)); in CallRecordWriteStub() 3426 DCHECK(!AreAliased(dst.ra(), scratch_0, scratch_1)); in CallRecordWriteStub() 3428 DCHECK(!AreAliased(dst.rb(), scratch_0, scratch_1)); in CallRecordWriteStub() 3429 DCHECK(!AreAliased(scratch_0, scratch_1)); in CallRecordWriteStub() 3437 LoadU64(scratch_1, dst, scratch_0); in CallRecordWriteStub() 3438 LoadU64(scratch_0, src); in CallRecordWriteStub() 3440 StoreU64(scratch_0, dst, scratch_1); in CallRecordWriteStub() 3442 LoadU64(scratch_1, dst, scratch_0); in CallRecordWriteStub() [all …]
|
D | macro-assembler-ppc.h | 598 void SwapP(MemOperand src, MemOperand dst, Register scratch_0, 603 void SwapFloat32(MemOperand src, MemOperand dst, DoubleRegister scratch_0, 608 void SwapDouble(MemOperand src, MemOperand dst, DoubleRegister scratch_0,
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 4593 void TurboAssembler::SwapP(MemOperand src, MemOperand dst, Register scratch_0, in CallRecordWriteStub() argument 4595 if (src.rx() != r0) DCHECK(!AreAliased(src.rx(), scratch_0, scratch_1)); in CallRecordWriteStub() 4596 if (src.rb() != r0) DCHECK(!AreAliased(src.rb(), scratch_0, scratch_1)); in CallRecordWriteStub() 4597 if (dst.rx() != r0) DCHECK(!AreAliased(dst.rx(), scratch_0, scratch_1)); in CallRecordWriteStub() 4598 if (dst.rb() != r0) DCHECK(!AreAliased(dst.rb(), scratch_0, scratch_1)); in CallRecordWriteStub() 4599 DCHECK(!AreAliased(scratch_0, scratch_1)); in CallRecordWriteStub() 4600 LoadU64(scratch_0, src); in CallRecordWriteStub() 4602 StoreU64(scratch_0, dst); in CallRecordWriteStub()
|
D | macro-assembler-s390.h | 851 void SwapP(MemOperand src, MemOperand dst, Register scratch_0,
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 2400 Register scratch_0 = ip; in AssembleArchInstruction() local 2414 __ mfvsrd(scratch_0, src0); in AssembleArchInstruction() 2416 __ mulld(scratch_0, scratch_0, scratch_1); in AssembleArchInstruction() 2417 scratch_0 = r0; in AssembleArchInstruction()
|